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

X-API-Private-Key
string
header
required

Private API key for user-level authentication.

X-API-Public-Key
string
header
required

Public API key for user-level authentication.

Response

200 - application/json
Successful Customer Profile Retrieve

Customer retrieve was successful.

data
object

Retrieved Customer item details.

message
string

Status message for the retrieval.