Skip to main content
GET
/
v1
/
me
curl -X GET https://api.telzino.com/v1/me \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "account_id": "m5b6g5jd-lanh-47yi-yhsg-cx56wjdah8h9"
}

Overview

Resolves the account_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.
curl -X GET https://api.telzino.com/v1/me \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "account_id": "m5b6g5jd-lanh-47yi-yhsg-cx56wjdah8h9"
}

Response Fields

FieldTypeDescription
account_idstring (UUID)Account ID associated with the authenticated client