cURL
curl --request GET \ --url https://app.kapso.ai/api/v1/customers \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Acme Corporation", "external_customer_id": "CUS-12345", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "meta": { "page": 1, "per_page": 20, "total_pages": 5, "total_count": 100 } }
Get all customers for your project
Your project API key
x >= 1
1 <= x <= 100
Filter by name containing string
Filter by exact external customer ID
List of customers
Show child attributes