MediaValet · Authentication Profile

Mediavalet Authentication

Authentication

MediaValet secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Digital Asset ManagementDAMMediaAssetsContentMarketingCloud Storage
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: authorizationCode API key in: header

Security Schemes

oauth2 oauth2
· flows: authorizationCode
subscriptionKey apiKey
· in: header (Ocp-Apim-Subscription-Key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/mediavalet-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.mediavalet.com/connect/authorize
    tokenUrl: https://login.mediavalet.com/connect/token
    scopes: 3
  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.
  sources:
  - openapi/mediavalet-openapi.yml
- name: subscriptionKey
  type: apiKey
  in: header
  parameter: Ocp-Apim-Subscription-Key
  description: Per-account API subscription key issued through the MediaValet Developer Portal.
  sources:
  - openapi/mediavalet-openapi.yml