Retrieve a paginated list of customers based on the provided API key
get/api/customers
Query parameters
limitinteger
Limit number of customers returned
pageinteger
Page number for pagination
Headers
x-api-keystring
API key for authentication
Response
List of customers retrieved successfully
Example response
{
"success": true
}