Unbounce · OAuth Scopes

Unbounce OAuth Scopes

OAuth 2.0 searched

Unbounce 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 Unbounce API on a user’s behalf.

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

Landing PagesConversion Rate OptimizationMarketingA/B TestingLead GenerationMarketing Automation
Scopes: 2 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://api.unbounce.com/oauth/authorize https://mcp.unbounce.com/authorize
Token URL
https://api.unbounce.com/oauth/token https://mcp.unbounce.com/token
Flows
authorizationCode

Scopes (2)

ScopeDescriptionFlows
full "Currently only (default) scope: 'full' is supported. Which provides access based on the user's credentials." OAuth tokens grant exactly the permissions the authenticating user already has — there is no narrowing. authorizationCode
unbounce The single scope advertised by the MCP authorization server (scopes_supported: ["unbounce"]) and demanded in its 401 WWW-Authenticate challenge. Covers every one of the 37 tools, including the destructive ones. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: https://developer.unbounce.com/getting_started/#Authorization
docs: https://developer.unbounce.com/getting_started/#Authorization
note: >-
  Unbounce publishes no scope reference page, because there are no granular scopes to
  reference. Two independent OAuth surfaces exist and each supports exactly one scope.
  CORRECTION: an earlier derived pass recorded read/write scopes taken from this repo's
  hand-built OpenAPI; Unbounce's own docs contradict that, and the specs have been
  corrected to `full`. No scope in this file was inferred.
schemes:
- name: oauth2
  surface: REST API v0.4
  source: https://developer.unbounce.com/getting_started/#Authorization
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.unbounce.com/oauth/authorize
    tokenUrl: https://api.unbounce.com/oauth/token
    refresh: supported via grant_type=refresh_token
  token_format: JWT
  token_lifetime_seconds: 600
  registration: manual — OAuth applications are granted case-by-case via a request form
  description: OAuth 2.0 Authorization Code; access tokens are short-lived JWTs.
- name: mcp-oauth2
  surface: MCP server (https://mcp.unbounce.com/mcp)
  source: https://mcp.unbounce.com/.well-known/oauth-authorization-server
  flows:
  - flow: authorizationCode
    authorizationUrl: https://mcp.unbounce.com/authorize
    tokenUrl: https://mcp.unbounce.com/token
    pkce: S256
    refresh: supported
  registration: dynamic — https://mcp.unbounce.com/register (RFC 7591)
  description: OAuth 2.0 with PKCE and dynamic client registration, per the MCP authorization spec.
scopes:
- scope: full
  surface: REST API v0.4
  description: >-
    "Currently only (default) scope: 'full' is supported. Which provides access based on
    the user's credentials." OAuth tokens grant exactly the permissions the authenticating
    user already has — there is no narrowing.
  flows: [authorizationCode]
  sources: [https://developer.unbounce.com/getting_started/#Authorization]
- scope: unbounce
  surface: MCP server
  description: >-
    The single scope advertised by the MCP authorization server
    (scopes_supported: ["unbounce"]) and demanded in its 401 WWW-Authenticate challenge.
    Covers every one of the 37 tools, including the destructive ones.
  flows: [authorizationCode]
  sources: [https://mcp.unbounce.com/.well-known/oauth-authorization-server]
api_key:
  scoped: false
  note: >-
    The API key is not scoped at all — "API keys currently act like Unbounce account
    administrators", granting read access to every account, sub-account, domain, page
    group, page, lead and user an administrator can see.
gaps:
- No granular or least-privilege scopes on either surface; both are all-or-nothing.
- No incremental authorization, no per-resource consent, no scope reference page.
- An agent holding the `unbounce` MCP scope can delete pages, delete variants and reset stats with no further consent step.

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/unbounce-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 email required.

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