Codat · Authentication Profile

Codat Authentication

Authentication

Codat secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

Unified_API
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

auth_header apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/codat-bank-feeds-openapi.json, openapi/codat-lending-openapi.json, openapi/codat-platform-openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: auth_header
  type: apiKey
  in: header
  parameter: Authorization
  description: The word "Basic" followed by a space and your API key. [API keys](https://docs.codat.io/platform-api#/schemas/ApiKeyDetails)
    are tokens used to control access to the API. You can get an API key via [the Codat Portal](https://app.codat.io/developers/api-keys),
    via [the API](https://docs.codat.io/platform-api#/operations/list-api-keys), or [read more](https://docs.codat.io/using-the-api/authenticati
  sources:
  - openapi/codat-bank-feeds-openapi.json
  - openapi/codat-lending-openapi.json
  - openapi/codat-platform-openapi.json