Cflow · Authentication Profile

Cflow Authentication

Authentication

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

AutomationsBusiness Process AutomationIntegrationsNo-CodePlatformProtocolsRulesWorkflows
Methods: apiKey Schemes: 3 OAuth flows: API key in: header

Security Schemes

apiKey apiKey
· in: header (apikey)
userKey apiKey
· in: header (userkey)
username apiKey
· in: header (username)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/cflow-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKey
  type: apiKey
  in: header
  parameter: apikey
  description: API key obtained from Cflow Dashboard under Admin > API Settings > Generate API
    key.
  sources:
  - openapi/cflow-openapi.yml
- name: userKey
  type: apiKey
  in: header
  parameter: userkey
  description: User key obtained from Cflow Profile > API Key > UserKey.
  sources:
  - openapi/cflow-openapi.yml
- name: username
  type: apiKey
  in: header
  parameter: username
  description: The Cflow account username.
  sources:
  - openapi/cflow-openapi.yml