OpenX · OAuth Scopes

OpenX OAuth Scopes

OAuth 2.0 probed

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

Tokens are issued from https://api.openx.com/oauth2/v1/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.

AdvertisingProgrammatic AdvertisingAd ExchangeSupply Side PlatformSSPReal-Time BiddingOpenRTBHeader BiddingPrebidAdTechCTVVideo AdvertisingDisplay AdvertisingCurationIdentityGraphQLgRPCMCPReportingAudience Targeting
Scopes: 5 Flows: authorizationCode, refreshToken Method: probed

OAuth endpoints

Authorization URL
https://api.openx.com/oauth2/v1/authorize
Token URL
https://api.openx.com/oauth2/v1/token
Flows
authorizationCoderefreshToken

Scopes (5)

ScopeDescriptionFlows
api Access the OpenX Platform API and Reporting API on the authenticated user's behalf. Coarse-grained — there is no read/write or per-object split. authorizationCode, refreshToken
openid OpenID Connect authentication; requests an id_token. authorizationCode
email Release the email and email_verified claims. authorizationCode
profile Release the name and user_id profile claims. authorizationCode
offline_access Issue a refresh_token so the client can mint new access tokens without re-authenticating. Advertised in discovery but not named in the published authentication guide, which nonetheless documents the refresh_token grant. authorizationCode

Source

OAuth Scopes

openx-scopes.yml Raw ↑
generated: '2026-08-13'
method: probed
source: https://api.openx.com/.well-known/openid-configuration
docs: https://docs.openx.com/developers/api-authentication/
note: >-
  OpenX publishes no OpenAPI, so these scopes are read from the live OIDC
  discovery document and the RFC 9728 protected-resource metadata served at
  api.openx.com, cross-checked against the scope string the published
  authentication guide tells integrators to send ("openid email profile api").
  OpenX documents no per-resource or per-object scopes — `api` is a single
  coarse grant covering the whole Platform API; object-level access is
  controlled by the OpenX user's role/ACL inside the instance, not by scope.
schemes:
  - name: OpenXPlatformOAuth2
    source: https://api.openx.com/.well-known/openid-configuration
    issuer: https://api.openx.com
    flows:
      - flow: authorizationCode
        authorizationUrl: https://api.openx.com/oauth2/v1/authorize
        tokenUrl: https://api.openx.com/oauth2/v1/token
        code_challenge_methods: [S256]
      - flow: refreshToken
        tokenUrl: https://api.openx.com/oauth2/v1/token
scopes:
  - scope: api
    description: >-
      Access the OpenX Platform API and Reporting API on the authenticated
      user's behalf. Coarse-grained — there is no read/write or per-object split.
    flows: [authorizationCode, refreshToken]
    sources: [https://api.openx.com/.well-known/openid-configuration]
  - scope: openid
    description: OpenID Connect authentication; requests an id_token.
    flows: [authorizationCode]
    sources: [https://api.openx.com/.well-known/openid-configuration]
  - scope: email
    description: Release the email and email_verified claims.
    flows: [authorizationCode]
    sources: [https://api.openx.com/.well-known/openid-configuration]
  - scope: profile
    description: Release the name and user_id profile claims.
    flows: [authorizationCode]
    sources: [https://api.openx.com/.well-known/openid-configuration]
  - scope: offline_access
    description: >-
      Issue a refresh_token so the client can mint new access tokens without
      re-authenticating. Advertised in discovery but not named in the published
      authentication guide, which nonetheless documents the refresh_token grant.
    flows: [authorizationCode]
    sources: [https://api.openx.com/.well-known/openid-configuration]
protected_resource:
  resource: https://api.openx.com
  resource_name: OpenX Platform API
  authorization_servers: [https://api.openx.com]
  bearer_methods_supported: [header]
  source: https://api.openx.com/.well-known/oauth-protected-resource
claims_supported: [aud, email, email_verified, exp, iat, iss, name, sub, user_id]

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/openx-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.