Skip to main content
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.

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

  1. Click the Create button
  2. Enter a descriptive name for your token
  3. Click Create Token
  4. Copy the generated token value and store it securely.
Important: The token value will only be displayed once immediately after creation. Copy and save it securely - you won’t be able to view it again.

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:
  1. Find the token in your API Tokens list
  2. Click the Delete button next to the token
  3. 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.

API Documentation

For complete API documentation including all available endpoints and parameters, visit the API Reference section.
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.