List customers with pagination and filtering (v2)
Customer V2
List customers with pagination and filtering (v2)
Retrieves a paginated list of customers with optional filtering by email, phone number, and active status. Designed for payment link customer management.
GET
List customers with pagination and filtering (v2)
Query Parameters
Number of customers to return per page (max 100)
Required range:
1 <= x <= 100Number of customers to skip
Required range:
x >= 0Filter by customer email address
Filter by customer phone number
Filter by customer active status (true/false or 1/0)
Available options:
true, false, 1, 0