Retrieves a paginated list of all customers for the merchant
Show Customer Object
Show Pagination
{ "data": [ { "id": "customer_789", "merchantId": "merchant_456", "email": "[email protected]", "name": "John Doe", "metadata": { "source": "web" }, "createdAt": "2025-01-15T10:30:00.000Z", "updatedAt": "2025-01-15T10:30:00.000Z" } ], "pagination": { "limit": 50, "offset": 0, "total": 150, "hasMore": true } }