GET /customers/cust_789
{ "id": "cust_789", "name": "Acme Corporation", "email": "contact@acme.com", "corporation_id": "corp_123", "created_at": 1706000000, "shipping_address": { "line1": "123 Main St", "line2": "Suite 100", "city": "San Francisco", "state": "CA", "postal_code": "94105", "country": "US" } }
Get detailed information about a specific customer, including exemption certificates.
Show shipping_address properties
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The unique identifier of the customer to fetch.
Detailed information about a specific customer
Show child attributes
"Successfully fetched customer."