Customers
Authorizations
AuthorizationstringRequired
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Query parameters
page[size]integer · int32 · min: 1 · max: 1000Optional
The number of resources to return in a single response.
page[before]string · min: 1 · max: 36OptionalPattern:
Unique identifier.
^[a-zA-Z0-9-]+$page[after]string · min: 1 · max: 36OptionalPattern:
Unique identifier.
^[a-zA-Z0-9-]+$filter[emailEq]string · max: 255OptionalEmail
Example:
[email protected]Pattern: ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$filter[fullNameEq]string · max: 255OptionalExample:
Full Name
Name SurnamePattern: ^[^<>&]+$Responses
200
Successful response with customers data in JSON:API format.
application/vnd.api+json
400
Bad request.
application/vnd.api+json
401
Unauthorized.
application/vnd.api+json
429
Too many requests.
application/vnd.api+json
500
Internal Server Error.
application/vnd.api+json
503
Service is unavailable.
application/vnd.api+json
get
/v1/customersAuthorizations
AuthorizationstringRequired
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Body
Responses
201
The customer was successfully created.
application/vnd.api+json
400
Bad request.
application/vnd.api+json
401
Unauthorized.
application/vnd.api+json
422
Unprocessable entity.
application/vnd.api+json
429
Too many requests.
application/vnd.api+json
500
Internal Server Error.
application/vnd.api+json
503
Service is unavailable.
application/vnd.api+json
post
/v1/customersLast updated
Was this helpful?