VideoAmp · OAuth Scopes

VideoAmp OAuth Scopes

OAuth 2.0 derived

VideoAmp publishes 4 OAuth 2.0 scopes via the authorizationCode and deviceAuthorization flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the VideoAmp API on a user’s behalf.

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

media-measurementadvertisingadtechtv-currencyaudience-measurementmedia-planningstreamingattributiondata-collaborationmcpagent-native
Scopes: 4 Flows: authorizationCode, deviceAuthorization Method: derived

OAuth endpoints

Authorization URL
https://login.videoamp.com/authorize
Token URL
https://login.videoamp.com/oauth/token
Flows
authorizationCodedeviceAuthorization

Scopes (4)

ScopeDescriptionFlows
email Email address claim authorizationCode, deviceAuthorization
offline_access Issue a refresh token authorizationCode, deviceAuthorization
openid OIDC subject identifier authorizationCode, deviceAuthorization
profile Basic profile claims authorizationCode, deviceAuthorization

Source

OAuth Scopes

Raw ↑
generated: '2026-08-02'
method: derived
source: openapi/videoamp-public-api-openapi.yml
schemes:
- name: videoampOAuth
  source: openapi/videoamp-public-api-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://login.videoamp.com/authorize
    tokenUrl: https://login.videoamp.com/oauth/token
  - flow: deviceAuthorization
    tokenUrl: https://login.videoamp.com/oauth/token
  description: OAuth 2.0 / OIDC via VideoAmp's Auth0 tenant at https://login.videoamp.com. Verified
    from https://login.videoamp.com/.well-known/openid-configuration (HTTP 200) and https://api.videoamp.dev/.well-known/oauth-protected-resource/v1/mcp
    (HTTP 200, RFC 9728). Bearer tokens are presented in the Authorization header.
scopes:
- scope: email
  description: Email address claim
  flows:
  - authorizationCode
  - deviceAuthorization
  sources:
  - openapi/videoamp-public-api-openapi.yml
- scope: offline_access
  description: Issue a refresh token
  flows:
  - authorizationCode
  - deviceAuthorization
  sources:
  - openapi/videoamp-public-api-openapi.yml
- scope: openid
  description: OIDC subject identifier
  flows:
  - authorizationCode
  - deviceAuthorization
  sources:
  - openapi/videoamp-public-api-openapi.yml
- scope: profile
  description: Basic profile claims
  flows:
  - authorizationCode
  - deviceAuthorization
  sources:
  - openapi/videoamp-public-api-openapi.yml