List all customers
Retrieve a paginated list of customers for the authenticated merchant. Query parameters for filtering are case-insensitive (uppercased internally).
Authorizations
Merchant authentication token. Obtained via POST /api/v1/merchant/token/grant. Pass as: Authorization: Bearer
Query Parameters
Number of records to return per page
x >= 1Number of records to skip
x >= 0Comma-separated roles to filter by (case-insensitive)
Comma-separated provider registration statuses (case-insensitive)
Comma-separated provider names (case-insensitive)
Comma-separated email addresses to filter by
Comma-separated document types (case-insensitive)
Comma-separated country codes (case-insensitive)
Enforce limit restrictions