Sales
Customers
Authorization: Bearer ak_.... Required scope: read:sales. Pass entityId query (must match the key’s entity). Session cookie auth with x-entity-id is also supported in the browser.
Authorization
bearerAuth AuthorizationBearer <token>
Create keys under Settings → API keys. Prefix ak_. Send as Authorization: Bearer ak_....
In: header
Query Parameters
entityId*string
Entity UUID; must match the API key’s entity when using Bearer auth.
Format
uuidResponse Body
curl -X GET "https://example.com/api/sales/customers?entityId=497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty