Finout · Authentication Profile

Finout Authentication

Authentication

Finout secures its APIs with apiKey across 2 declared security schemes, as derived from its OpenAPI definitions.

BudgetsCostsFinOps
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

clientId apiKey
· in: header (x-finout-client-id)
secretKey apiKey
· in: header (x-finout-secret-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/finout-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: clientId
  type: apiKey
  in: header
  parameter: x-finout-client-id
  description: The Client ID generated from the Finout Admin Portal under API Tokens.
  sources:
  - openapi/finout-api-openapi.yml
- name: secretKey
  type: apiKey
  in: header
  parameter: x-finout-secret-key
  description: The Secret Key generated from the Finout Admin Portal under API Tokens. This
    value is only shown once at generation time.
  sources:
  - openapi/finout-api-openapi.yml