Customers
The Customers API allows you to retrieve customer records linked to your integration via two endpoints:
One for retrieving details for a specific customer.
One for retrieving a paginated list of customers.
You must include your Bearer token in the request header.
Returns a list of customers, paginated according to the 'per_page' and 'page' query parameters.
Authentication using a Bearer token.
Number of items to return per page in a paginated response.
15The current page number for paginated results.
1A paginated array of customer resources
Unauthorized
Returns comprehensive information about a customer identified by their unique UUID.
Authentication using a Bearer token.
Universally Unique Identifier (UUID) as defined by RFC 4122.
e1f8a3b1-7d6c-4e9a-9b2e-3f8d1a9c5f2gPattern: ^[a-zA-Z0-9]{8}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{4}-[a-zA-Z0-9]{12}$Detailed information about the requested customer.
Unauthorized
Not Found
Last updated
Was this helpful?
