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