Fleetio · Authentication Profile

Fleetio Authentication

Authentication

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

Fleet ManagementVehiclesMaintenanceTelematicsSaaS
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

AuthorizationToken apiKey
· in: header (Authorization)
AccountToken apiKey
· in: header (Account-Token)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/fleetio-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: AuthorizationToken
  type: apiKey
  in: header
  parameter: Authorization
  description: 'API key associated with a Fleetio user, prefixed with the word "Token" (e.g.
    "Authorization: Token YOUR_API_KEY"). Generate keys at https://secure.fleetio.com/api_keys.'
  sources:
  - openapi/fleetio-openapi.yml
- name: AccountToken
  type: apiKey
  in: header
  parameter: Account-Token
  description: Account token identifying the Fleetio account.
  sources:
  - openapi/fleetio-openapi.yml