List customer profiles
GET {{baseUrl}}/v1/customers/no_total?pageSize=1000&skip=10&sandbox=false
List all customer profiles.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
pageSize | number | The number of items in this response. | |
skip | number | The number of items to skip when paging through large result sets. | |
sandbox | boolean | Indicates whether you are pointing to a sandbox or Live customer. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |