Commusoft · Authentication Profile

Commusoft Authentication

Authentication

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

Field Service ManagementJob ManagementHVACPlumbingTradesSchedulingInvoicingEngineersCustomersService History
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

ApiTokenHeader apiKey
· in: header (X-Auth-Token)
ApiTokenQuery apiKey
· in: query (token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/commusoft-api-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: ApiTokenHeader
  type: apiKey
  in: header
  parameter: X-Auth-Token
  description: API token obtained from the /getToken endpoint
  sources:
  - openapi/commusoft-api-openapi.yml
- name: ApiTokenQuery
  type: apiKey
  in: query
  parameter: token
  description: API token passed as a query parameter
  sources:
  - openapi/commusoft-api-openapi.yml