Skip to content

GET /me

Verify your token and retrieve your client identity. Useful as a health check.

Response shape: bare object (no data wrapper)


Request

sh
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
  https://admin.trakk.ai/api/v1/me

Response

json
{
  "id": 3,
  "name": "Digipartner Integration",
  "agency_id": 1,
  "status": "active",
  "abilities": ["*"]
}

Fields

FieldTypeNullableDescription
idintegerNoYour API client ID
namestringNoDescriptive name for this token
agency_idintegerYesThe agency this token is scoped to (null for super-admin tokens)
statusstringNoactive or disabled - see Enums
abilitiesarrayNoToken scopes - ["*"] means full access