Velt · Authentication Profile

Velt Authentication

Authentication

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

Real-Time CollaborationCommentsPresenceNotificationsSDKWebhooks
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (x-velt-api-key)
authToken apiKey
· in: header (x-velt-auth-token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/velt-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: x-velt-api-key
  description: Your Velt API key.
  sources:
  - openapi/velt-openapi.yml
- name: authToken
  type: apiKey
  in: header
  parameter: x-velt-auth-token
  description: Your Velt auth token that authorizes the API key.
  sources:
  - openapi/velt-openapi.yml