Authentication
Secure your API requests.
Authentication
Authenticate your API requests securely.
Authentication Methods
- API Key - Simple authentication
- OAuth 2.0 - User-delegated access
- JWT tokens - Stateless authentication
API Key Authentication
- Generate key in settings
- Include in request header
- Use HTTPS only
- Rotate keys regularly
OAuth 2.0 Flow
- Register application
- Redirect user to authorize
- Receive authorization code
- Exchange for access token
- Use token in requests
Was this page helpful?
Your feedback helps us improve.