WorkWave · Authentication Profile

Workwave Authentication

Authentication

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

Field ServiceRoute OptimizationLast Mile DeliveryFleetGPS TrackingLogistics
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

ApiKeyHeader apiKey
· in: header (X-WorkWave-Key)
ApiKeyQuery apiKey
· in: query (key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/workwave-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: ApiKeyHeader
  type: apiKey
  in: header
  parameter: X-WorkWave-Key
  description: API key (UUID) supplied via the X-WorkWave-Key HTTP header.
  sources:
  - openapi/workwave-openapi.yml
- name: ApiKeyQuery
  type: apiKey
  in: query
  parameter: key
  description: API key (UUID) supplied via the `key` query-string parameter. Takes precedence
    over the header if both are present.
  sources:
  - openapi/workwave-openapi.yml