Returns information about the authenticated API token and organization.
cURL
curl --request GET \ --url https://api.getdecimal.ai/v0/me \ --header 'Authorization: Bearer <token>'
{ "token": { "name": "<string>", "prefix": "sk-de-abc1", "scopes": [ "chat:read", "chat:write" ] }, "organization": { "id": "<string>" } }
API token with sk-de- prefix. Created in the Decimal dashboard under Settings → API Tokens.
sk-de-
Token and organization info.
Show child attributes