Customer
Proxy
Proxy User
Residential Ledger
Service Adjustment
Checkout
Analytics
Product
Subdivision
Customer
Retrieve Current Customer
Retrieves the profile of the currently authenticated customer, along with their credit balance.
GET
https://api.pingproxies.com/1.0/
/
public
/
user
/
customer
/
retrieve
curl --request GET \
--url https://api.pingproxies.com/1.0/public/user/customer/retrieve \
--header 'X-API-Private-Key: <api-key>' \
--header 'X-API-Public-Key: <api-key>'
{
"data": {
"country_id": "us",
"country_id_billing": "us",
"customer_billing_line_one": "1",
"customer_billing_line_two": "Infinite Loop",
"customer_billing_name": "Steve Jobs",
"customer_billing_subdivision_name": "Cupertino",
"customer_billing_zip_code": "95014",
"customer_creation_datetime": "2023-09-01 10:00:00",
"customer_discord_id": "dis_ckf3malOP1s",
"customer_discord_oauth_id": "0xfOavU6OUtXxhJ8",
"customer_email_address": "steve.jobs@apple.com",
"customer_email_two_factor_authentication": true,
"customer_first_name": "Steve",
"customer_google_oauth_id": "7Z6CbaOsoDg9AYds",
"customer_id": 1955,
"customer_iso_language_code": "en",
"customer_last_login_datetime": "2023-09-10 10:00:00",
"customer_last_name": "Jobs",
"customer_last_update_datetime": "2023-09-10 11:00:00",
"customer_phone_number": "+14089961010",
"customer_profile_image_url": "https://apple.com/steveprofilepic.jpg",
"customer_proxy_user_limit": 5,
"customer_requires_information_confirm": false,
"customer_requires_password_change": false
},
"message": "Customer successfully retrieved."
}
Authorizations
Private API key for user-level authentication.
Public API key for user-level authentication.
Response
200 - application/json
Successful Customer Profile Retrieve
Customer retrieve was successful.
curl --request GET \
--url https://api.pingproxies.com/1.0/public/user/customer/retrieve \
--header 'X-API-Private-Key: <api-key>' \
--header 'X-API-Public-Key: <api-key>'
{
"data": {
"country_id": "us",
"country_id_billing": "us",
"customer_billing_line_one": "1",
"customer_billing_line_two": "Infinite Loop",
"customer_billing_name": "Steve Jobs",
"customer_billing_subdivision_name": "Cupertino",
"customer_billing_zip_code": "95014",
"customer_creation_datetime": "2023-09-01 10:00:00",
"customer_discord_id": "dis_ckf3malOP1s",
"customer_discord_oauth_id": "0xfOavU6OUtXxhJ8",
"customer_email_address": "steve.jobs@apple.com",
"customer_email_two_factor_authentication": true,
"customer_first_name": "Steve",
"customer_google_oauth_id": "7Z6CbaOsoDg9AYds",
"customer_id": 1955,
"customer_iso_language_code": "en",
"customer_last_login_datetime": "2023-09-10 10:00:00",
"customer_last_name": "Jobs",
"customer_last_update_datetime": "2023-09-10 11:00:00",
"customer_phone_number": "+14089961010",
"customer_profile_image_url": "https://apple.com/steveprofilepic.jpg",
"customer_proxy_user_limit": 5,
"customer_requires_information_confirm": false,
"customer_requires_password_change": false
},
"message": "Customer successfully retrieved."
}
Assistant
Responses are generated using AI and may contain mistakes.