How to Generate Access Token
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 tab.
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.Note: 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
If you’ve accidentally misplaced the Secret key, you must regenerate the tokens. To regenerate the tokens,
Click the Regenerate access token button.
On the Regenerate this access token confirmation dialog, click Regenerate token.
Note: After access tokens are regenerated, the old Access token ID becomes invalid.