MediaMath · OAuth Scopes

MediaMath OAuth Scopes

OAuth 2.0 derived

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

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

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

Authorization URL
https://auth.mediamath.com/authorize
Token URL
https://auth.mediamath.com/oauth/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
manage:services normal access authorizationCode
offline_access for refresh tokens authorizationCode

Source

OAuth Scopes

mediamath-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/campaigns-api-openapi.yaml, openapi/reporting-api-openapi.yaml
schemes:
- name: Auth0
  source: openapi/campaigns-api-openapi.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.mediamath.com/authorize
    tokenUrl: https://auth.mediamath.com/oauth/token
- name: Auth0
  source: openapi/reporting-api-openapi.yaml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.mediamath.com/authorize
    tokenUrl: https://auth.mediamath.com/oauth/token
scopes:
- scope: manage:services
  description: normal access
  flows:
  - authorizationCode
  sources:
  - openapi/campaigns-api-openapi.yaml
- scope: offline_access
  description: for refresh tokens
  flows:
  - authorizationCode
  sources:
  - openapi/campaigns-api-openapi.yaml
  - openapi/reporting-api-openapi.yaml