Maersk · OAuth Scopes

Maersk OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.maersk.com/customer-identity/oauth/v2/access_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.

ShippingLogisticsContainer ShippingOcean FreightAir FreightSupply ChainDCSAMaritime
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://api.maersk.com/customer-identity/oauth/v2/access_token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
booking Manage bookings. clientCredentials
ebl Read and update eBL documents. clientCredentials
read Read access to tracking data. clientCredentials
vgm Submit VGM declarations. clientCredentials

Source

OAuth Scopes

maersk-line-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/maersk-bill-of-lading-api-openapi.yml, openapi/maersk-ocean-booking-api-openapi.yml,
  openapi/maersk-track-and-trace-api-openapi.yml, openapi/maersk-vgm-api-openapi.yml
schemes:
- name: OAuth2
  source: openapi/maersk-bill-of-lading-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.maersk.com/customer-identity/oauth/v2/access_token
- name: OAuth2
  source: openapi/maersk-ocean-booking-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.maersk.com/customer-identity/oauth/v2/access_token
- name: OAuth2
  source: openapi/maersk-track-and-trace-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.maersk.com/customer-identity/oauth/v2/access_token
- name: OAuth2
  source: openapi/maersk-vgm-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://api.maersk.com/customer-identity/oauth/v2/access_token
scopes:
- scope: booking
  description: Manage bookings.
  flows:
  - clientCredentials
  sources:
  - openapi/maersk-ocean-booking-api-openapi.yml
- scope: ebl
  description: Read and update eBL documents.
  flows:
  - clientCredentials
  sources:
  - openapi/maersk-bill-of-lading-api-openapi.yml
- scope: read
  description: Read access to tracking data.
  flows:
  - clientCredentials
  sources:
  - openapi/maersk-track-and-trace-api-openapi.yml
- scope: vgm
  description: Submit VGM declarations.
  flows:
  - clientCredentials
  sources:
  - openapi/maersk-vgm-api-openapi.yml