Port Community Systems · OAuth Scopes

Port Community Systems OAuth Scopes

OAuth 2.0 derived

Port Community Systems 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 Port Community Systems API on a user’s behalf.

Tokens are issued from https://auth.portbase.com/oauth2/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.

MaritimePortLogisticsCustomsCargoShipping
Scopes: 4 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://auth.portbase.com/oauth2/token
Flows
clientCredentials

Scopes (4)

ScopeDescriptionFlows
customs.write Submit customs declarations clientCredentials
manifests.write Submit cargo manifests clientCredentials
vessel-calls.read Read vessel call data clientCredentials
vessel-calls.write Submit and update vessel calls clientCredentials

Source

OAuth Scopes

port-community-systems-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/portbase-port-community-openapi.yml
schemes:
- name: oauth2
  source: openapi/portbase-port-community-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.portbase.com/oauth2/token
scopes:
- scope: customs.write
  description: Submit customs declarations
  flows:
  - clientCredentials
  sources:
  - openapi/portbase-port-community-openapi.yml
- scope: manifests.write
  description: Submit cargo manifests
  flows:
  - clientCredentials
  sources:
  - openapi/portbase-port-community-openapi.yml
- scope: vessel-calls.read
  description: Read vessel call data
  flows:
  - clientCredentials
  sources:
  - openapi/portbase-port-community-openapi.yml
- scope: vessel-calls.write
  description: Submit and update vessel calls
  flows:
  - clientCredentials
  sources:
  - openapi/portbase-port-community-openapi.yml