OFX (OzForex) · Authentication Profile

Ozforex Authentication

Authentication

OFX (OzForex) secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyConsumerMoney TransferForeign ExchangeInternational PaymentsPaymentsCurrencyFintech
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header ()

Source

Authentication Profile

ozforex-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://www.ofx.com/en-us/partner-with-us/api/
docs: https://developer.ofx.com/
summary:
  types: [apiKey]
  api_key_in: [header]
  notes: >-
    OFX documents its partner Payments API as a RESTful API secured with API keys.
    A full securityScheme profile could not be derived because OFX publishes no
    public OpenAPI specification — the developer portal (developer.ofx.com) gates
    the API reference behind partner onboarding. Values below are from the public
    API partner page, not a machine-readable spec.
schemes:
- name: apiKey
  type: apiKey
  in: header
  description: >-
    API key issued to approved partners for authenticating requests to the OFX
    Payments API. Obtained via partner onboarding at developer.ofx.com and the
    business registration flow (app.ofx.com/registration).
  sources: [https://www.ofx.com/en-us/partner-with-us/api/]