FOREX.com · Authentication Profile

Forex Com Authentication

Authentication

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

ForexFX TradingCFD TradingAlgorithmic TradingFinancial ServicesTrading APIsCurrency Exchange
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

SessionAuth apiKey
· in: header (Session)
UserNameAuth apiKey
· in: header (UserName)

Source

Authentication Profile

forex-com-authentication.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: SessionAuth
  type: apiKey
  in: header
  parameter: Session
  description: Session ID obtained from POST /session
  sources:
  - openapi/openapi.yml
- name: UserNameAuth
  type: apiKey
  in: header
  parameter: UserName
  description: FOREX.com account username
  sources:
  - openapi/openapi.yml