Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Inspect a single API token (short-lived JWT) by token value. Requires API key authentication.
query GetApiToken($token: String!) { apiToken(token: $token) { id token expiresTimeString requestLimit remaining } }