Cachet · Authentication Profile

Cachet Authentication

Authentication

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

CompanyInsuranceInsurTechMobilityGig EconomyCar SharingEmbedded InsuranceEvents
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

x-api-username apiKey
· in: header (x-api-username)
x-api-key apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/cachet-parking-openapi.yml, openapi/cachet-partners-openapi.yml, openapi/cachet-verify-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: x-api-username
  type: apiKey
  in: header
  parameter: x-api-username
  description: Username provided by Cachet IT
  sources:
  - openapi/cachet-parking-openapi.yml
  - openapi/cachet-partners-openapi.yml
  - openapi/cachet-verify-openapi.yml
- name: x-api-key
  type: apiKey
  in: header
  parameter: x-api-key
  description: API Key provided by Cachet IT
  sources:
  - openapi/cachet-parking-openapi.yml
  - openapi/cachet-partners-openapi.yml
  - openapi/cachet-verify-openapi.yml