A valid request URL is required to generate request examples
{ "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>'
Documentation IndexFetch the complete documentation index at: https://docs.getcore.me/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getcore.me/llms.txt
Use this file to discover all available pages before exploring further.
OAuth2 authorization code flow with PKCE support. Supports scopes: read, write, mcp, integration, oauth
Token information
Was this page helpful?