API Reference
Get Current Account
Returns the account ID associated with the authenticated client
GET
Overview
Resolves theaccount_id associated with the client_id in your access token. Useful for applications that need to know which Telzino account their API credentials belong to.
Requires a valid Bearer access token whose sub claim ends with @clients.
Response Fields
| Field | Type | Description |
|---|---|---|
account_id | string (UUID) | Account ID associated with the authenticated client |
