Create and manage API tokens to authenticate requests to the QuickBot API. API tokens provide secure
access to your account data and bot management functions.
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
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.
Use separate tokens for development and production environments
Never commit tokens to version control systems
Use environment variables or secure configuration management
Regularly audit and rotate tokens in production
Create tokens with specific, descriptive names and delete them as soon as they’re no longer
needed. This minimizes security risks and keeps your token list clean and manageable.