List customers
Returns a paginated list of customers scoped to the caller account, with optional type and text search.
Query parameters
Response
Paginated list of customers.
Example response
{
"meta": {
"total": 42,
"pages": 3,
"current_page": 1,
"next_page": 2,
"limit": 20
}
}Changes
Changed in 2 of the 9 revisions of this API.17616
- ○
added the new optional
queryrequest parameterlimitnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterqnew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortBynew-optional-request-parameter
- ○
added the new optional
queryrequest parametersortOrdernew-optional-request-parameter
- ○
added the new optional
queryrequest parametertypenew-optional-request-parameter
- ○
added the required property
data/items/birth_dateto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/documentto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/emailto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/idto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/metadatato the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/nameto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/phoneto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/typeto the response with the200statusresponse-required-property-added
- ○
added the required property
data/items/updated_atto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
data/items/avg_ticketfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/birth_datefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/created_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/documentfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/emailfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/first_order_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/last_order_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/originfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/phonefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/phone_is_whatsappfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/social_namefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/total_ordersfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/total_spentfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/typefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
data/items/updated_atfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameterlimitrequest-parameter-removed
- ●
deleted the
queryrequest parameterpagerequest-parameter-removed
- ●
deleted the
queryrequest parameterqrequest-parameter-removed
- ●
deleted the
queryrequest parametersortByrequest-parameter-removed
- ●
deleted the
queryrequest parametersortOrderrequest-parameter-removed
- ●
deleted the
queryrequest parametertyperequest-parameter-removed
This revision also has 36 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲