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
https://api.openx.com/oauth2/v1/authorize
Token URL
https://api.openx.com/oauth2/v1/token
https://api.openx.com/oauth2/v1/token
Flows
authorizationCoderefreshToken
authorizationCoderefreshToken
Scopes (5)
| Scope | Description | Flows |
|---|---|---|
| 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 |
| 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 |
📄 Provider scope reference: https://docs.openx.com/developers/api-authentication/