List Customers
Customers
List Customers
List customers for the authenticated merchant
GET
List Customers
Overview
Retrieve a paginated list of customers belonging to the authenticated merchant. Supports filtering by email.Authentication
Your merchant API key
Query Parameters
Results per pageDefault:
50 | Max: 200Page number to retrieveDefault:
1Filter by exact email addressExample:
customer@example.comRequest Example
Response
Array of customer objects
Current page number
Results per page
Total number of customers matching the query
Total number of pages available
Success Response
Pagination
This endpoint uses page-based pagination.- Make your initial request (optionally with
limitandpage) - Check
total_pagesto determine how many pages are available - Increment
pageto fetch subsequent pages until you reachtotal_pages