List customers

Lists customers for the authenticated retailer with cursor-based pagination on createdAt,
optional phone and sales person filters, and tenant isolation from the authorizer context.

Deprecated query parameters (where, order, offset) and invalid values (e.g. limit outside
[1, 100]) return 422. Default limit is 100 when omitted.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
1 to 100
Defaults to 100

Maximum number of results per page (1–100). Default 100.

date-time

Return customers with createdAt strictly greater than this ISO 8601 datetime.

date-time

Return customers with createdAt strictly less than this ISO 8601 datetime.

string
enum

Sort order by createdAt.

Allowed:
string

Filter by sales person Parse _User objectId.

string

Filter by phone country code (exact match when provided).

string

Filter by phone area code (exact match when provided).

string

Filter by phone number. When country/area codes are omitted, only phoneNumber is matched.

Responses

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json