Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

Returns

apiTokens
[ApiToken!]!
List of API tokens associated with your API key. See ApiToken.

Arguments

This query has no arguments.

Example

query GetApiTokens {
  apiTokens {
    id
    token
    expiresTimeString
    requestLimit
    remaining
  }
}

Playground