Customers
Get Customer by ID
Fetch a specific customer’s details using their unique ID.
GET
Retrieve detailed information about a single customer, including their tax status, exemption certificates, addresses, and more.
Useful for validating existence or syncing metadata.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the customer
Response
200
application/json
Customer details
The response is of type object
.