3PL Warehouse Manager · Authentication Profile

3Plcentral Authentication

Authentication

3PL Warehouse Manager secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

Warehouse ManagementWMS3PLLogisticsFulfillmentInventoryOrdersSecureWMSExtensiv
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

bearerAuth http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/3plcentral-openapi.yml
summary:
  types:
  - http
schemes:
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Short-lived access token from POST /AuthServer/api/Token.
  sources:
  - openapi/3plcentral-openapi.yml
- name: basicAuth
  type: http
  scheme: basic
  description: Base64-encoded "clientId:clientSecret" used only to obtain a token.
  sources:
  - openapi/3plcentral-openapi.yml