OVH Cloud · OAuth Scopes

OVH Cloud OAuth Scopes

OAuth 2.0 derived

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

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

CloudComputeServersHosting
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://us.ovhcloud.com/auth/oauth2/authorize
Token URL
https://us.ovhcloud.com/auth/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
account/all Manage your account authorizationCode
all Manage your whole account and all your services authorizationCode
services/all Manage your services lifecycle and billing authorizationCode

Source

OAuth Scopes

ovh-cloud-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/ovh-cloud-openapi-original.yml
schemes:
- name: oAuth2AuthCode
  source: openapi/ovh-cloud-openapi-original.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://us.ovhcloud.com/auth/oauth2/authorize
    tokenUrl: https://us.ovhcloud.com/auth/oauth2/token
  description: Oauth2
scopes:
- scope: account/all
  description: Manage your account
  flows:
  - authorizationCode
  sources:
  - openapi/ovh-cloud-openapi-original.yml
- scope: all
  description: Manage your whole account and all your services
  flows:
  - authorizationCode
  sources:
  - openapi/ovh-cloud-openapi-original.yml
- scope: services/all
  description: Manage your services lifecycle and billing
  flows:
  - authorizationCode
  sources:
  - openapi/ovh-cloud-openapi-original.yml