Create an API token

For accessing GoodData APIs, you need to have an API token that allows you to call APIs without requiring further authorization. GoodData uses Bearer authentication as HTTP authentication scheme.

With generated API Token you can:

  • Access GoodData APIs by adding to every request Bearer Token header: Authorization: Bearer <API_TOKEN>.
  • Initialize GoodData Python SDK.

Steps:

  1. Open GoodData in the browser and visit the setting page.

    GoodData Settings Page

  2. Click the Manage button in Personal access tokens section and the following screen will open.

    GoodData Settings Page

  3. Click on the create button and name your token, for example getting_started:

    GoodData Settings Page

  4. Click the create button and your API token will be ready for use:

    GoodData Settings Page