AdRoll · OAuth Scopes

AdRoll OAuth Scopes

OAuth 2.0 searched

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

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

AdvertisingDisplay AdvertisingRetargetingMarketingAdTechProgrammatic
Scopes: 2 Flows: authorizationCode, implicit, password Method: searched

OAuth endpoints

Authorization URL
https://services.adroll.com/auth/authorize https://services.adroll.com/mcp/auth/authorize
Token URL
https://services.adroll.com/auth/token https://services.adroll.com/mcp/auth/token
Flows
authorizationCodeimplicitpassword

Scopes (2)

ScopeDescriptionFlows
all Gives access to all resources. This is the default when no scope is specified. It is currently the ONLY scope the platform OAuth server offers. authorizationCode, implicit, password
mcp The single scope advertised by the MCP authorization server metadata (scopes_supported) and echoed by the protected-resource metadata for https://services.adroll.com/mcp. authorizationCode

Source

OAuth Scopes

adroll-scopes.yml Raw ↑
generated: '2026-08-13'
method: searched
source: https://apidocs.nextroll.com/guides/oauth.html
docs: https://apidocs.nextroll.com/guides/oauth.html
note: >-
  Two distinct OAuth authorization surfaces exist and they do not share a scope
  vocabulary. The platform OAuth server supports exactly one scope; the MCP
  authorization server (published as RFC 8414 metadata) supports exactly one
  different scope. Neither is fine-grained. This file was written from the docs
  and the live metadata document, not derived from an OpenAPI — NextRoll
  publishes no spec file.

schemes:
- name: platform-oauth2
  source: https://apidocs.nextroll.com/guides/oauth.html
  applies_to: All NextRoll REST + GraphQL services on https://services.adroll.com
  flows:
  - flow: authorizationCode
    authorizationUrl: https://services.adroll.com/auth/authorize
    tokenUrl: https://services.adroll.com/auth/token
  - flow: implicit
    authorizationUrl: https://services.adroll.com/auth/authorize
  - flow: password
    tokenUrl: https://services.adroll.com/auth/token

- name: mcp-oauth2
  source: https://services.adroll.com/.well-known/oauth-authorization-server
  applies_to: AdRoll MCP Server — https://services.adroll.com/mcp
  flows:
  - flow: authorizationCode
    authorizationUrl: https://services.adroll.com/mcp/auth/authorize
    tokenUrl: https://services.adroll.com/mcp/auth/token
    pkce: [S256]

scopes:
- scope: all
  description: >-
    Gives access to all resources. This is the default when no scope is
    specified. It is currently the ONLY scope the platform OAuth server offers.
  flows: [authorizationCode, implicit, password]
  schemes: [platform-oauth2]
  sources: ['https://apidocs.nextroll.com/guides/oauth.html']
- scope: mcp
  description: >-
    The single scope advertised by the MCP authorization server metadata
    (scopes_supported) and echoed by the protected-resource metadata for
    https://services.adroll.com/mcp.
  flows: [authorizationCode]
  schemes: [mcp-oauth2]
  sources: ['https://services.adroll.com/.well-known/oauth-authorization-server', 'https://services.adroll.com/.well-known/oauth-protected-resource']

granularity:
  fine_grained: false
  provider_statement: >-
    "At this time, we only support a single scope. We plan to implement
    fine-grained scopes in the future."
  consequence: >-
    There is no read-only grant. Any application a user authorizes — including an
    AI agent — receives full access to every resource in the account, so
    least-privilege delegation is not expressible on this API today.

x-evidence:
  checked: '2026-08-13'
  probes:
  - {url: 'https://apidocs.nextroll.com/guides/oauth.html', http_status: 200}
  - {url: 'https://services.adroll.com/.well-known/oauth-authorization-server', http_status: 200}