attacca
Account

Identify the calling key

Returns the account the presented API key belongs to and the scopes it grants. Useful as a credential smoke test — it requires no scope of its own.

GET
/v1/me

Returns the account the presented API key belongs to and the scopes it grants. Useful as a credential smoke test — it requires no scope of its own.

AuthorizationBearer <token>

An atk_-prefixed API key, created under Settings → API keys.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/me"
{  "display_name": "string",  "email": "string",  "scopes": [    "string"  ],  "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5"}