API Authentication
5 min readUpdated January 22, 2026
Getting Your API Key#
To get your API key:
- Go to Settings > API
- Click "Generate API Key"
- Copy your key (shown once)
- Store securely - never commit to code
Important: API keys have full account access. Keep them secret!
Using Your API Key#
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEYAll API requests must use HTTPS.
Rate Limits#
API rate limits:
- Standard: 100 requests/minute
- Pro: 500 requests/minute
- Enterprise: Custom limits
Exceeding limits returns 429 Too Many Requests.
Was this article helpful?
Your feedback helps us improve our documentation.