What are API Tokens?
API tokens are secure authentication keys that allow external applications and scripts to interact with your QuickBot account programmatically. They provide:- Secure Access: Authentication without exposing your password
- Granular Control: Each token can be managed independently
- Easy Revocation: Tokens can be deleted instantly if compromised
- Activity Tracking: Monitor when and how your tokens are used
Creating API Tokens
- Click the Create button
- Enter a descriptive name for your token
- Click Create Token
- Copy the generated token value and store it securely.
Viewing Active Tokens
The API Tokens page shows all your active tokens with:- Token Name: The descriptive name you assigned
- Created Date: When the token was generated
- Last Used: When the token was last used (if available)
Revoking Tokens
To delete an API token:- Find the token in your API Tokens list
- Click the Delete button next to the token
- Confirm the deletion
Once a token is deleted, all applications using that token will immediately lose access. Make sure
to update your applications with new tokens before deleting old ones.