Authentication
Secure your API requests.
API Keys
Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
Scopes
API keys can have different scopes:
read— Read-only accesswrite— Read and writeadmin— Full access
Rate Limits
- 100 requests/minute (default)
- 429 response when exceeded
X-RateLimit-Remainingheader shows remaining quota