Get Single Customer

This endpoint retrieves the details of a specific customer using their unique customer_id. You must provide the customer ID as a path parameter.

The response includes the customer’s personal information, contact details, KYC status, and associated wallet/account information.

Headers

Authorization

*
StringBearer {{access_token}}

Bearer token obtained from the Authenticate endpoint.

Content-Type

Stringapplication/json

Optional for GET requests, but recommended.

Path Parameters

customer_id

*String

Unique identifier of the customer (UUID format). This is the ID returned when you create a customer.

GET
/ customer / {customer_id}
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response