Customers
Authorizations
AuthorizationstringRequired
Authentication using a Bearer token.
Query parameters
per_pageinteger · min: 1 · max: 100OptionalDefault:
Number of items to return per page in a paginated response.
15pageinteger · min: 1OptionalDefault:
The current page number for paginated results.
1Responses
200
A paginated array of customer resources
application/json
401
Unauthorized
application/json
get
/api/v1/customersAuthorizations
AuthorizationstringRequired
Authentication using a Bearer token.
Path parameters
uuidstring · uuidRequiredExample:
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}$Responses
200
Detailed information about the requested customer.
application/json
401
Unauthorized
application/json
404
Not Found
application/json
get
/api/v1/customers/{uuid}Last updated
Was this helpful?
