List customers
List customers with cursor-based pagination.
List customers with cursor-based pagination.
ApiKeyAuth In: header
application/json
curl -X GET "https://commet.co/api/customers"application/json
List customers with cursor-based pagination.
Filter by active status
Max 100, default 25
{
"success": true,
"data": [
{
"id": "string",
"externalId": "string",
"fullName": "string",
"billingEmail": "string",
"timezone": "string",
"metadata": {
"property1": null,
"property2"
{
"success": false,
"code": "string",
"message": "string",
"details": null
}