Skip to main content

List customers

GET/customers
List all customers with optional filtering and pagination

Parameters

searchquery
string

Search customers by email, first name, or last name

emailquery
string

Filter by exact email address

accountIdquery
string

Filter by account ID

isBlockedquery
string

Filter by blocked status (true/false)

updatedSincequery
string

Only customers updated at/after this ISO timestamp (for incremental polling)

cursorquery
string

Opaque keyset cursor for stable pagination (use pagination.nextCursor from the previous page)

pagequery
string

Page number

limitquery
string

Items per page (max 100)

Response

Customers retrieved successfully

Code Samples
No code examples available for this operation.

Try It

Query Parameters
Search customers by email, first name, or last name
Filter by exact email address
Filter by account ID
Filter by blocked status (true/false)
Only customers updated at/after this ISO timestamp (for incremental polling)
Opaque keyset cursor for stable pagination (use pagination.nextCursor from the previous page)
Page number
Items per page (max 100)