Authentication
Send your API key on every request. Keys use the format tly_live_… and are shown only once when created in the Developer dashboard.
Do not send organization_id in the body — your organization is determined by the key (string (uuid) on the server).
Request headers
| Field | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer tly_live_YOUR_SECRET (recommended) |
| X-Api-Key | string | Alternative | Same value as Bearer token without the Bearer prefix |
GET
/api/v1/clientsExample authenticated request
Example
curl -s "https://talynce.com/api/v1/clients" \
-H "Authorization: Bearer tly_live_YOUR_KEY"