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

# Generate Access Token

> Guide for generating and managing access tokens for operator or brand access to backoffice API features

## Access Token Lifetime

Each token is valid for 20 years, but you can regenerate it at any time if necessary

## Access Token Management

### Token Generation Process

Access tokens can only be generated and managed through the backoffice interface:

1. **Access Requirements**

* <Icon icon="flag" iconType="solid" /> Backoffice login credentials are required
* <Icon icon="flag" iconType="solid" /> Access to token management is role-based

2. **Token Generation**

* <Icon icon="flag" iconType="solid" /> Locate the token management button in the backoffice header

<Frame>
  <img src="https://mintcdn.com/gaming-code/G-olwsYSDU7xJ5XM/images/token-button.png?fit=max&auto=format&n=G-olwsYSDU7xJ5XM&q=85&s=443118a8d04ebb22d321451bfa6ceaa9" alt="Token Generator Button Location" width="2412" height="134" data-path="images/token-button.png" />
</Frame>

* <Icon icon="flag" iconType="solid" /> Click the button to access the token management interface

<Frame>
  <img src="https://mintcdn.com/gaming-code/G-olwsYSDU7xJ5XM/images/token-form.png?fit=max&auto=format&n=G-olwsYSDU7xJ5XM&q=85&s=14c3b5546ee7c9dd1787a54cb725a7bf" alt="Token Management Interface" width="1044" height="508" data-path="images/token-form.png" />
</Frame>

### Token Management Permissions

<Note>
  The following permissions apply to token management:

  * <Icon icon="info" iconType="solid" /> Users can view and generate tokens for their own account
  * <Icon icon="info" iconType="solid" /> Operators can manage tokens for their associated brands
  * <Icon icon="info" iconType="solid" /> Brand tokens can only be managed after brand creation is complete
</Note>

## Release Notes

### Nov 11, 2025

<Expandable title="RGS Backoffice API Updates" defaultOpen={true}>
  ### Added

  * A new endpoint **`GET /platform/api/jackpots`** has been introduced to retrieve a list of all jackpots available on the platform.
    It returns the jackpot name and UUID for each available jackpot.

  * A new endpoint **`GET /platform/api/jackpots/current`** has been added to provide real-time jackpot values for all jackpot groups available to the operator.
    The response contains a nested map where:

  * The **outer map key** is the jackpot group UUID.

  * The **inner map key** is the jackpot UUID.

  * The **inner map value** is a list of numeric values (`BigDecimal`) representing the current jackpot values.
</Expandable>

### July 7, 2025

<Expandable title="RGS Backoffice API Updates" defaultOpen={true}>
  ### Added

  New RGS Backoffice API endpoints:

  * View Game Round History: Get detailed game round history
  * Get Jackpot Groups: Retrieve available jackpot groups
  * Get Brands: Retrieve available brands
  * Create Brand: Create new brand configurations
  * Edit Brand: Update existing brand settings
</Expandable>

### October 3, 2025

<Expandable title="RGS Backoffice API Updates" defaultOpen={true}>
  ### Added

  * Add accessToken lifetime information
  * Describe Bet Template options
</Expandable>
