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

  1. Generate key in settings
  2. Include in request header
  3. Use HTTPS only
  4. Rotate keys regularly

OAuth 2.0 Flow

  1. Register application
  2. Redirect user to authorize
  3. Receive authorization code
  4. Exchange for access token
  5. Use token in requests

Was this page helpful?

Your feedback helps us improve.