{ "active": true, "scope": "<string>", "client_id": "<string>", "exp": 123, "sub": "<string>" }
Get information about the current access token
cURL
curl --request GET \ --url {protocol}://{domain}/oauth/tokeninfo \ --header 'Authorization: Bearer <token>'
OAuth2 authorization code flow with PKCE support. Supports scopes: read, write, mcp, integration, oauth
Token information
The response is of type object.
object
Was this page helpful?