Secure your API requests with proper authentication
Navigate to Settings
Select API Keys
Generate New Key
Copy and Secure
Authorization
header:
Regular Rotation
Emergency Rotation
Key Type | Use Case | Permissions |
---|---|---|
Production | Live application | Full access |
Development | Local development | Limited access |
CI/CD | Automated testing | Read only |
Analytics | Reporting tools | Analytics only |
Enable IP Whitelisting
Add IP Addresses
Test Access
Code | Status | Description |
---|---|---|
unauthorized | 401 | Missing or invalid API key |
forbidden | 403 | Valid key but insufficient permissions |
rate_limited | 429 | Too many requests |
key_expired | 401 | API key has expired |