Customers
List customers
Retrieve a paginated list of customers with optional search and filters.
get/v1/customers
Query parameters
searchstring
Search by name, email, or document.
isActive'true' | 'false'
Filter by active status.
pageinteger
Page number for pagination.
limitinteger
Number of items per page (1-100).
Response
Customers listed.