Skip to main content
GET
/
oauth
/
tokeninfo
{
  "active": true,
  "scope": "<string>",
  "client_id": "<string>",
  "exp": 123,
  "sub": "<string>"
}

Authorizations

Authorization
string
header
required

OAuth2 authorization code flow with PKCE support. Supports scopes: read, write, mcp, integration, oauth

Response

Token information

active
boolean
scope
string
client_id
string
exp
integer
sub
string
I