List customers
Customers
List customers
Retrieves a list of customers based on a set of provided filters.
GET
List customers
Documentation Index
Fetch the complete documentation index at: https://dev.smile.io/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires the scope.
id in descending order. To lookup customers by email, include the email query parameter. Note however that Smile does not enforce uniqueness on email, so multiple customer records may be returned if they have the same email address.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter results to only customers with the provided email address.
Filter results to only customers with the provided state.
Available options:
candidate, member, disabled Filter results to only customers updated after the provided date and time.
Example:
"2024-04-04T15:10:42.030Z"
The maximum number of customers to retrieve.
Required range:
1 <= x <= 250Example:
1
Cursor for the page of customers to retrieve.
A comma-separated list of related objects to include in the response.
Available options:
vip_status