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

All /api/v1/* requests
FieldTypeRequiredDescription
AuthorizationstringYesBearer tly_live_YOUR_SECRET (recommended)
X-Api-KeystringAlternativeSame value as Bearer token without the Bearer prefix
GET/api/v1/clients

Example authenticated request

Example
curl -s "https://talynce.com/api/v1/clients" \
  -H "Authorization: Bearer tly_live_YOUR_KEY"