List customers
GET
/customersList all customers with optional filtering and pagination
Parameters
searchquerySearch customers by email, first name, or last name
emailqueryFilter by exact email address
accountIdqueryFilter by account ID
isBlockedqueryFilter by blocked status (true/false)
updatedSincequeryOnly customers updated at/after this ISO timestamp (for incremental polling)
cursorqueryOpaque keyset cursor for stable pagination (use pagination.nextCursor from the previous page)
pagequeryPage number
limitqueryItems per page (max 100)
Response
Customers retrieved successfully
Code Samples
No code examples available for this operation.