Client Authentication

The Convert API supports three authentication methods for client requests. Choose the one that matches your integration:

  • API Key Authentication — HMAC request signing or Bearer token. Recommended for server-side integrations.
  • Cookie Authentication — session-based. Used by Convert's own frontend and first-party integrations; not available to third-party clients.
  • OAuth Authorization — delegated access for third-party OAuth clients.