> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# ApiToken

> ApiToken type

<div data-generated>
  ## GraphQL

  ```
  type ApiToken {
    id: String!
    token: String!
    expiresTimeString: String!
    requestLimit: String!
    remaining: String
  }
  ```

  ### Used By

  **Returned by**

  * [apiToken](/api-reference/queries/apitoken.md): Get the active short-lived api token for this api key by the short-lived token
  * [apiTokens](/api-reference/queries/apitokens.md): Get all active short-lived api tokens for this api key
  * [createApiTokens](/api-reference/mutations/createapitokens.md): Create a new set of short-lived api access tokens
</div>
