Extensiv · Authentication Profile

Extensiv Authentication

Authentication

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

3PLWarehouse ManagementWMSOrder ManagementInventory ManagementFulfillmentLogisticsSupply Chain
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

basicClientCredentials http
scheme: basic
bearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/extensiv-openapi.yml
summary:
  types:
  - http
schemes:
- name: basicClientCredentials
  type: http
  scheme: basic
  description: Base64-encoded "Client ID:Client Secret" used only against /AuthServer/api/Token.
  sources:
  - openapi/extensiv-openapi.yml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Short-lived bearer access token minted by the auth server.
  sources:
  - openapi/extensiv-openapi.yml