Skip to main content

Authentication

All API requests require authentication using API keys passed in the Authorization header.

Using API Keys

Include your API key in the Authorization header:

API Key Permissions

Rate Limits

Rate limit headers:

Security Best Practices

  • Never commit API keys to version control
  • Rotate keys regularly
  • Use environment variables
  • Implement key rotation strategy
  • Monitor API usage for anomalies