Customer
Retrieve Current Customer
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
/
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.
Retrieved Customer item details.
Example:
"us"
Example:
"us"
Example:
"1"
Example:
"Infinite Loop"
Example:
"Steve Jobs"
Example:
"Cupertino"
Example:
"95014"
Example:
"dis_ckf3malOP1s"
Example:
"0xfOavU6OUtXxhJ8"
Example:
"steve.jobs@apple.com"
Example:
true
Example:
"Steve"
Example:
"7Z6CbaOsoDg9AYds"
Example:
1955
Example:
"en"
Example:
"Jobs"
Example:
"+14089961010"
Example:
"https://apple.com/steveprofilepic.jpg"
Example:
5
Example:
false
Example:
false
Example:
10000
Example:
"130-8201-332"
Example:
313344
Example:
100
Status message for the retrieval.
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."
}