Returns a paginated list of all customers for the authenticated seller. Each customer includes their associated subscriptions with key fields: subscription ID, status, name, start date, and end date. Pagination is handled via query params (limit, offset).
API key for authentication
Maximum number of results to return (default: 100, max: 1000)
Number of results to skip (default: 0)