DriveWealth · Authentication Profile

Drivewealth Authentication

Authentication

DriveWealth secures its APIs with apiKey and http across 3 declared security schemes, as derived from its OpenAPI definitions.

Brokerage-as-a-ServiceEmbedded InvestingFractional SharesTradingFintechEquitiesETFsOptionsFixed IncomeMutual FundsPortfolio ManagementAccount OpeningKYCFinancial Services
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

bearerAuth http
scheme: bearer
dwAppKey apiKey
· in: header (dw-client-app-key)
sessionToken apiKey
· in: header (dw-auth-token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/drivewealth-rest-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/drivewealth-rest-openapi.yml
- name: dwAppKey
  type: apiKey
  in: header
  parameter: dw-client-app-key
  sources:
  - openapi/drivewealth-rest-openapi.yml
- name: sessionToken
  type: apiKey
  in: header
  parameter: dw-auth-token
  sources:
  - openapi/drivewealth-rest-openapi.yml