blue-yonder · OAuth Scopes

blue-yonder OAuth Scopes

OAuth 2.0 derived

blue-yonder publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the blue-yonder API on a user’s behalf.

Tokens are issued from https://auth.blueyonder.example.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.blueyonder.example.com/oauth/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
wms:read Read warehouse data clientCredentials
wms:write Write warehouse data clientCredentials

Source

OAuth Scopes

blue-yonder-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/blue-yonder-warehouse-management-openapi.yml
schemes:
- name: oauth2
  source: openapi/blue-yonder-warehouse-management-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.blueyonder.example.com/oauth/token
scopes:
- scope: wms:read
  description: Read warehouse data
  flows:
  - clientCredentials
  sources:
  - openapi/blue-yonder-warehouse-management-openapi.yml
- scope: wms:write
  description: Write warehouse data
  flows:
  - clientCredentials
  sources:
  - openapi/blue-yonder-warehouse-management-openapi.yml