Basis · OAuth Scopes

Basis OAuth Scopes

OAuth 2.0 searched

Basis uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

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 AdvertisingDSPMedia BuyingCampaign ManagementAudience TargetingAdTech
Scopes: 0 Flows: Method: searched

Scopes (0)

Basis implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: >-
  https://auth.basis.net/.well-known/openid-configuration (probed 2026-08-13,
  HTTP 200) and the Authentication section of the Basis Platform API description
  published at https://api.basis.net/swagger.json.
docs: https://api.basis.net/swagger.json
description: >-
  The Basis Platform API delegates authorization to an OpenID Connect provider at
  https://auth.basis.net (Auth0). The API's own OpenAPI declares a securityScheme
  named `OAuth2` with no flows object and therefore no scopes, so the scope
  surface below is taken from the authorization server's published discovery
  document and from the authorize-URL example in the Basis documentation. These
  are OIDC identity scopes plus `offline_access`; Basis publishes no
  resource-level (read/write per-object) scopes for the Analytics API — access is
  scoped by the credential's owner (agency) and by client-credentials audience,
  not by scope strings.
authorization_server:
  issuer: https://auth.basis.net/
  authorization_endpoint: https://auth.basis.net/authorize
  token_endpoint: https://auth.basis.net/oauth/token
  jwks_uri: https://auth.basis.net/.well-known/jwks.json
  revocation_endpoint: https://auth.basis.net/oauth/revoke
  audience: https://api.basis.net
  discovery: well-known/basis-openid-configuration.json
documented_request_scopes:
  source: >-
    Verbatim from the Basis authorize-URL example — "scope=openid profile email
    offline_access".
  scopes:
    - name: openid
      description: Required to obtain an ID token from the OpenID Connect provider.
    - name: profile
      description: Basic profile claims (name, given_name, family_name, nickname, picture).
    - name: email
      description: Email address and email_verified claim.
    - name: offline_access
      description: >-
        Required to receive a refresh token. Basis notes that only the
        authorization-code flow returns a refresh token.
supported_scopes:
  source: scopes_supported in the authorization server discovery document
  scopes:
    - openid
    - profile
    - offline_access
    - name
    - given_name
    - family_name
    - nickname
    - email
    - email_verified
    - picture
    - created_at
    - identities
    - phone
    - address
resource_scopes:
  published: false
  note: >-
    No per-resource or per-operation scopes are published for the Analytics API.
    Every operation in openapi/basis-analytics-api-openapi.yml declares
    `security: [{Bearer: [], OAuth2: []}]` with an empty scope array.
scope_count: 4

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/basis-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.