Category / Section
How to Generate Access Token
Published:
2 mins read
Updated:
Zuddl authorizes an organization in Zuddl and awards permissions based on access tokens to fetch event data from Zuddl. The two resources used for authentication are:
- Access Token ID
- Token Secret Key
Generate access tokens
To generate access tokens:
- Go to Settings
- Click on the Access token generation option on the left navigation.
Click the Generate access token button.
This generates a new pair of tokens.
Click the copy icon beside each resource to copy and store it securely.
You can also click the Download as .env file to download the tokens as a .env file and store on your local device.
Access token ID can be accessed anytime, but the Secret key can only be accessed at the time of token generation. Tokens are read-only data and cannot be edited.
Regenerate tokens
You must regenerate the tokens if you’ve misplaced the Secret key. To regenerate the tokens,
Click the Regenerate access token button.
On the Regenerate this access token confirmation dialog, click Regenerate token.