Upsun · OAuth Scopes

Upsun OAuth Scopes

OAuth 2.0 derived

Upsun publishes 1 OAuth 2.0 scope via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Upsun API on a user’s behalf.

Tokens are issued from https://auth.api.platform.sh/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.

CompanyInfrastructure SaasCloudPaaSHostingDeploymentDevOpsContainersObservability
Scopes: 1 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://auth.api.platform.sh/oauth2/authorize
Token URL
https://auth.api.platform.sh/oauth2/token
Flows
authorizationCodeclientCredentials

Scopes (1)

ScopeDescriptionFlows
admin administrative operations clientCredentials

Source

OAuth Scopes

Raw ↑
generated: '2026-07-21'
method: derived
source: openapi/upsun-openapi-original.json
schemes:
- name: OAuth2
  source: openapi/upsun-openapi-original.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.api.platform.sh/oauth2/authorize
    tokenUrl: https://auth.api.platform.sh/oauth2/token
- name: OAuth2Admin
  source: openapi/upsun-openapi-original.json
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.api.platform.sh/oauth2/token
scopes:
- scope: admin
  description: administrative operations
  flows:
  - clientCredentials
  sources:
  - openapi/upsun-openapi-original.json