SUQODocs
User GuideAPI ReferenceSDKs
Customers

Retrieve a customer

Return a single customer belonging to your account.

GET
/customers/{id}/
AuthorizationBearer <token>

API key issued to the partner, sent with the Bearer prefix — for example: Authorization: Bearer sk_live_abc123.

In: header

Path Parameters

id*integer

Numeric ID of the customer record.

id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/customers/string/"
{  "id": 0,  "buyer_phone": "string",  "buyer_email": "[email protected]",  "full_name": "string",  "created_at": "2019-08-24T14:15:22Z"}