Get Customer
Fetches all information on a customer.
get
Authorizations
Query parameters
offsetnumberOptionalExample:
Offset determines the starting point for the returned list
0
limitnumber · min: 1 · max: 50OptionalExample:
Limit on the the number of customers returned
10
orderBystring · enumOptionalExample:
Specify order of response in asc or desc order. Default is desc
desc
Possible values: Responses
200
The customers have been successfully retreived
get
GET /v1/customer HTTP/1.1
Host:
x-api-key: YOUR_API_KEY
Accept: */*
200
The customers have been successfully retreived
No content
Last updated