Finicity · Authentication Profile

Finicity Authentication

Authentication

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

Financial ServicesData AggregationOpen FinanceOpen BankingFDXUnited StatesPaymentsFinancial Data
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

FinicityAppKey apiKey
· in: header (Finicity-App-Key)
FinicityAppToken apiKey
· in: header (Finicity-App-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-23'
method: derived
source: openapi/finicity-openbanking-us-openapi-original.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: FinicityAppKey
  type: apiKey
  in: header
  parameter: Finicity-App-Key
  description: The "Finicity-App-Key" from the developer dashboard
  sources:
  - openapi/finicity-openbanking-us-openapi-original.yml
- name: FinicityAppToken
  type: apiKey
  in: header
  parameter: Finicity-App-Token
  description: A token returned by the `/authentication` API
  sources:
  - openapi/finicity-openbanking-us-openapi-original.yml