> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/uof/uof-guides/how-to-guides/how-to-generate-access-tokens.md).

# How to Generate Access Tokens

#### What are Access Tokens? <a href="#uofhowtogenerateaccesstokens-whatareaccesstokens" id="uofhowtogenerateaccesstokens-whatareaccesstokens"></a>

To access the Unified Odds Feed, you are required to generate access tokens. These access tokens are required to authorize the odds data extraction.

#### Prerequisites to generate the tokens <a href="#uofhowtogenerateaccesstokens-prerequisitestogeneratethetokens" id="uofhowtogenerateaccesstokens-prerequisitestogeneratethetokens"></a>

You will need the Betradar account credentials provided to you during the Integration program. If you do not have the credentials, please contact <support@sportradar.com.>

#### &#x20;Step-by-step procedure to generate the token <a href="#uofhowtogenerateaccesstokens-step-by-stepproceduretogeneratethetokens" id="uofhowtogenerateaccesstokens-step-by-stepproceduretogeneratethetokens"></a>

**1.**    The first step towards generating a token is logging in to our Portal interface with the Betradar credentials.

* <https://integration.portal.betradar.com/> (when in the integration environment) and
* <https://portal.betradar.com/> (when in the production environment)

{% hint style="info" %}
Please note that the process of generating access tokens is the same in all the environments that Betradar offers. However, separate tokens are required when you are working with integration and production environments.
{% endhint %}

**2.**   Once you are logged in,

**a.** Click **CONFIGURATION** (from the menu on the top). This should open up a new sub-menu.

**b.** Click **SPORTSBOOK and**

**c.** select “**Unified Odds Feed**” from the dropdown.

<figure><img src="/files/sxL5Pw2DB7dMqkE1r4mC" alt=""><figcaption></figcaption></figure>

3. &#x20;   Now click the “**Unified Odds Feed Access Token**” button.

<figure><img src="/files/VfQlaz2mHfK2lKFbTLv8" alt=""><figcaption></figcaption></figure>

4. &#x20;**Now** you should be on the key generation page. If you already have access tokens generated - it will be displayed in a table on your screen.

   &#x20;       If you have no tokens generated, click the "**GENERATE TOKEN**" button to get your access token.

<figure><img src="/files/xtIUmSZTUEBEoAMliN5F" alt=""><figcaption></figcaption></figure>

5. **If** everything worked out, an access token should now be displayed in the table below this button.

<figure><img src="/files/Wuh5mvnzsb6JnF08EK0o" alt=""><figcaption></figcaption></figure>

Voila! You have your access token to access odds information from Unified Odds Feed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sportradar.com/uof/uof-guides/how-to-guides/how-to-generate-access-tokens.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
