cURL
curl --request GET \ --url https://api.georgekats.com/v1/customers \ --header 'Authorization: Bearer <token>'
{ "data": [ { "name": "<string>", "external_id": "<string>", "created_at": "2023-11-07T05:31:56Z" } ] }
Returns all customers for the authenticated user, ordered by creation date descending.
API token. Create one from the dashboard.
List of customers
Show child attributes