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.
Do you want to use GoodData API? Check our API documentation.
Steps:
Open GoodData in the browser and visit the setting page.
Click the Manage button in
Personal access tokens
section.Click on the Create button.
Name your token, for example
getting_started
and click Create.Your API token will be ready for use. Do not forget to Copy token.
Please, be aware that the token will never be displayed again after you close this window.