Salt Edge · Authentication Profile

Salt Edge Authentication

Authentication

Salt Edge secures its APIs with apiKey across 4 declared security schemes, as derived from its OpenAPI definitions.

FintechOpen BankingPSD2AggregatorGlobalAISPPISPComplianceAML
Methods: apiKey Schemes: 4 OAuth flows: API key in: header

Security Schemes

appId apiKey
· in: header (App-id)
secret apiKey
· in: header (Secret)
signature apiKey
· in: header (Signature)
expiresAt apiKey
· in: header (Expires-at)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/salt-edge-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: appId
  type: apiKey
  in: header
  parameter: App-id
  description: Salt Edge application identifier.
  sources:
  - openapi/salt-edge-openapi.yml
- name: secret
  type: apiKey
  in: header
  parameter: Secret
  description: Salt Edge application secret key.
  sources:
  - openapi/salt-edge-openapi.yml
- name: signature
  type: apiKey
  in: header
  parameter: Signature
  description: Base64-encoded SHA256 RSA signature (required in live mode).
  sources:
  - openapi/salt-edge-openapi.yml
- name: expiresAt
  type: apiKey
  in: header
  parameter: Expires-at
  description: Unix-timestamp request expiration (required in live mode).
  sources:
  - openapi/salt-edge-openapi.yml