Skip to main content
GET
Retrieves detailed information about a specific customer.

Path parameters

string
required
The unique identifier for the customer

Response

string
Unique identifier for the customer
string
Customer name
string
Customer email address
string
The corporation ID this customer belongs to
int64
Unix timestamp of when the customer was created
string
Source platform identifier (if applicable)
string
Source platform name (if applicable)
string
The customer’s tax or business registration number, if provided
object
Customer’s shipping address
object
Exemption certificate information for the customer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the customer to fetch.

Response

Detailed information about a specific customer

data
object
message
string
Example:

"Successfully fetched customer."