Decisiv · Authentication Profile

Decisiv Authentication

Authentication

Decisiv secures its APIs with apiKey, http, and oauth2 across 5 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and password flow(s).

Companycommercial-vehiclefleet-managementservice-relationship-managementtelematicsasset-managementmaintenance-and-repairheavy-duty-truckingtransportationdealer-managementjson-apiwebhooks
Methods: apiKey, http, oauth2 Schemes: 5 OAuth flows: authorizationCode, password API key in: header

Security Schemes

AccessToken http
scheme: bearer
OAuth2AuthorizationCode oauth2
· flows: authorizationCode
OAuth2Password oauth2
· flows: password
TransitionToken apiKey
· in: header (X-Decisiv-Transition-Token)
Bearer apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-08-12'
method: derived
source: openapi/decisiv-account-management-openapi.yml, openapi/decisiv-asset-management-openapi.yml,
  openapi/decisiv-global-assets-openapi.yml, openapi/decisiv-service-management-openapi.yml,
  openapi/decisiv-service-provider-openapi.yml, openapi/decisiv-telematics-openapi.yml
summary:
  types:
  - apiKey
  - http
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
  - password
schemes:
- name: AccessToken
  type: http
  scheme: bearer
  bearerFormat: JWT
  sources:
  - openapi/decisiv-account-management-openapi.yml
  - openapi/decisiv-asset-management-openapi.yml
  - openapi/decisiv-service-management-openapi.yml
  - openapi/decisiv-telematics-openapi.yml
- name: OAuth2AuthorizationCode
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.decisiv.net/auth/api_gateway
    tokenUrl: https://login.decisiv.net/oauth/token
    scopes: 0
  description: OAuth 2.0 Authorization Code flow. This is the required flow for new integrations.
    See https://api-docs.decisiv.net/docs/api/oauth/
  sources:
  - openapi/decisiv-account-management-openapi.yml
  - openapi/decisiv-asset-management-openapi.yml
  - openapi/decisiv-service-management-openapi.yml
  - openapi/decisiv-telematics-openapi.yml
- name: OAuth2Password
  type: oauth2
  flows:
  - flow: password
    tokenUrl: https://login.decisiv.net/oauth/token
    scopes: 0
  description: '**Deprecated.** OAuth 2.0 Password flow. New integrations must use the Authorization
    Code flow (`OAuth2AuthorizationCode`); this flow remains available only during the migration
    window and will be removed in a future release. See https://api-docs.decisiv.net/docs/api/oauth/'
  sources:
  - openapi/decisiv-account-management-openapi.yml
  - openapi/decisiv-asset-management-openapi.yml
  - openapi/decisiv-global-assets-openapi.yml
  - openapi/decisiv-service-management-openapi.yml
  - openapi/decisiv-service-provider-openapi.yml
  - openapi/decisiv-telematics-openapi.yml
- name: TransitionToken
  type: apiKey
  in: header
  parameter: X-Decisiv-Transition-Token
  description: The transition token must be specified when using OAuth. Please see https://api-docs.decisiv.net/docs/api/oauth/
  sources:
  - openapi/decisiv-global-assets-openapi.yml
  - openapi/decisiv-service-provider-openapi.yml
- name: Bearer
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/decisiv-global-assets-openapi.yml
  - openapi/decisiv-service-provider-openapi.yml