For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Customer

Fetches all information on a customer.

get
Authorizations
x-api-keystringRequired
Query parameters
offsetnumberOptional

Offset determines the starting point for the returned list

Example: 0
limitnumber · min: 1 · max: 50Optional

Limit on the the number of customers returned

Example: 10
orderBystring · enumOptional

Specify order of response in asc or desc order. Default is desc

Example: descPossible values:
Responses
200

The customers have been successfully retreived

No content

get
/v1/customer
200

The customers have been successfully retreived

No content

Last updated