Oneflow · Authentication Profile

Oneflow Authentication

Authentication

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

Contract ManagementContract Lifecycle ManagementE-SignatureDigital ContractsDocument AutomationCLM
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiToken apiKey
· in: header (x-oneflow-api-token)
userEmail apiKey
· in: header (x-oneflow-user-email)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/oneflow-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiToken
  type: apiKey
  in: header
  parameter: x-oneflow-api-token
  description: Account API token generated in the Oneflow Marketplace.
  sources:
  - openapi/oneflow-openapi.yml
- name: userEmail
  type: apiKey
  in: header
  parameter: x-oneflow-user-email
  description: Email of the acting Oneflow user, used for permission-scoped authorization. Optional
    on some endpoints; omitting it runs the request as an anonymous admin user.
  sources:
  - openapi/oneflow-openapi.yml