Table of Contents
Setting Up a New API Token
To access the API resources page, hover over your name in the top right corner and click Developers:
- Note: This action requires the user to have the appropriate permissions.
Select API Authentication, and then Create App:
Enter a name and description for the API token being created, and click Save:
When a new app is created, a card will be created for that token. Click Create Token to generate a new token:
Input an expiration date for the token and click Save:
When a token is successfully created you will see the access token key, expiration date, and the user who created the token:
Renewing an Expired Token
When a token is expired it will appear in red. To renew an expired token click Create Token, input the new token expiration date and click Save.
- Note: when a token is expired, any data sources calling that API will no longer be able to access data until the token is renewed.
Deleting or Revoking a Token
Go to the API Authentication menu and click either Revoke Token or Delete App
- Revoke Token: This will void the existing token key, and you will have the option to generate a new token.
- Delete App: This will delete the app that contains that token instance and require a new app be created.