Skip to main content
GET
Retrieve a Customer
Retrieves the details of an existing customer. You only need to supply the unique customer identifier that was returned upon customer creation.

Authentication

Include your Secret Key in the Authorization header as a Bearer token.

Path Parameters

id
string
required
The unique identifier of the customer to retrieve.

Response

Returns a customer object if a valid identifier was provided.