API Tokens

API tokens allow you to interact with the GameBench API without having to log in first. They are separate from your password and can be individually revoked.

Managing API Tokens

To manage your API tokens:

  1. Click your email address in the top-right corner of the dashboard.
  2. Select My Account from the menu.
  3. Click the API Tokens tab.

Creating a Token

  1. Click the Create Token button.
  2. Enter a label for the token (e.g., “CI Pipeline” or “SDK Upload”).
  3. Copy the generated token immediately – it will not be shown again.

Revoking a Token

To revoke a token, click the Revoke button next to the token in the list. Revoked tokens will immediately stop working for any API calls that use them.

API Documentation

Click View API Documentation on the API Tokens page to access the full API reference.

Last updated on