Truv · Authentication Profile

Truv Authentication

Authentication

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

Income VerificationEmployment VerificationPayrollDirect DepositConsumer Permissioned DataFintech
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

accessClientId apiKey
· in: header (X-Access-Client-Id)
accessSecret apiKey
· in: header (X-Access-Secret)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/truv-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: accessClientId
  type: apiKey
  in: header
  parameter: X-Access-Client-Id
  description: Your Truv access client ID.
  sources:
  - openapi/truv-openapi.yml
- name: accessSecret
  type: apiKey
  in: header
  parameter: X-Access-Secret
  description: Your Truv access secret.
  sources:
  - openapi/truv-openapi.yml