`GET /api/v1/customers`
GET /api/v1/customers
GET
Query parameters
integer (int32)
Maximum number of results to return (default: 50).
integer (int32)
Number of results to skip (default: 0). Ignored when
after cursor is set.string
Cursor for keyset pagination (opaque token from
next_cursor).string
Filter by email address (exact match).
string
Filter by customer status (active, inactive, deleted).
string
Filter by tag.
boolean
Filter by marketing opt-in.
Responses
CustomerListResponse
List of customers
ErrorBody
Invalid filter parameter