MediaValet · OAuth Scopes

MediaValet OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://login.mediavalet.com/connect/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.

Digital Asset ManagementDAMMediaAssetsContentMarketingCloud Storage
Scopes: 3 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://login.mediavalet.com/connect/authorize
Token URL
https://login.mediavalet.com/connect/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
api Access the MediaValet API authorizationCode
offline_access Obtain a refresh token authorizationCode
openid OpenID Connect identity authorizationCode

Source

OAuth Scopes

mediavalet-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/mediavalet-openapi.yml
schemes:
- name: oauth2
  source: openapi/mediavalet-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.mediavalet.com/connect/authorize
    tokenUrl: https://login.mediavalet.com/connect/token
  description: OAuth 2.0 / OpenID Connect. Obtain an access token from https://login.mediavalet.com/connect/token
    using the authorization code flow (interactive apps) or password / client-credential grants,
    with scopes openid api offline_access. Send the token as a Bearer Authorization header.
scopes:
- scope: api
  description: Access the MediaValet API
  flows:
  - authorizationCode
  sources:
  - openapi/mediavalet-openapi.yml
- scope: offline_access
  description: Obtain a refresh token
  flows:
  - authorizationCode
  sources:
  - openapi/mediavalet-openapi.yml
- scope: openid
  description: OpenID Connect identity
  flows:
  - authorizationCode
  sources:
  - openapi/mediavalet-openapi.yml