Customers
Get customer
Get detailed information about a specific customer, including exemption certificates.
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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the customer to fetch.