Generating API Keys
- Navigate to the API Keys page
- Click “Generate API Key” button
- A new API key will be created
- Important: Copy the key immediately - it’s only shown once
- Store the key securely
Viewing API Keys List
The API Keys table displays:- Key: Masked version of the key (for security)
- Created By: User who created the key
- Created: When the key was created
- Last Used: Most recent usage timestamp
- Status: Active or Inactive
API Key Status Management
Toggle API keys between Active and Inactive:- Active: Key can be used for API requests
- Inactive: Key is disabled and cannot be used
Best Practice: Deactivate unused keys instead of deleting them to maintain audit history.
API Key Security Best Practices
- Never share keys: Keep API keys confidential
- Rotate regularly: Generate new keys periodically
- Use environment variables: Don’t hardcode keys in your application
- Limit permissions: Use keys with minimal required permissions
- Monitor usage: Check “Last Used” to detect unauthorized access
- Deactivate unused keys: Disable keys that are no longer needed
Viewing Key Details
Each API key shows:- Created By: User account that generated the key
- Created Date: When the key was first created
- Last Used: Most recent API request using this key
- Status: Current state (Active/Inactive)