Skip to main content

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