Logiless · Authentication Profile

Logiless Authentication

Authentication

Logiless secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

LogisticsE-commerceOrder ManagementWarehouse ManagementInventoryFulfillmentShippingOMSWMSJapan
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode API key in:

Security Schemes

oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: openapi/logiless-openapi.yml
docs: https://app2.logiless.com/developer/documents/authentication
notes: >-
  OAuth 2.0 authorization-code flow (RFC 6749 / RFC 6750). Applications must be
  registered and pass a 3–5 business-day review in the LOGILESS Developers console
  before receiving a client_id / client_secret. Access tokens are sent as
  `Authorization: Bearer {token}`. Both access and refresh tokens expire after 30
  days (expires_in = 2592000). Authorization codes expire after 10 minutes and are
  single-use. Tokens are issued per LOGILESS user; API data is limited to the
  merchant that user belongs to. An optional access-range restriction can pin a
  token to a specific merchant_id / store_id at authorization time. There is no
  OAuth scope surface (the `scope` field is returned empty); access is governed by
  merchant/store membership instead.
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  token_ttl_seconds: 2592000
  refresh_supported: true
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app2.logiless.com/oauth/v2/auth
    tokenUrl: https://app2.logiless.com/oauth2/token
    scopes: 0
  description: OAuth 2.0 authorization-code flow. Applications must be registered and reviewed
    (3–5 business days) in the LOGILESS Developers console. Access and refresh tokens are valid
    for 30 days. Tokens are issued per LOGILESS user and scoped to that user's merchant data.
  sources:
  - openapi/logiless-openapi.yml