Drip · OAuth Scopes

Drip OAuth Scopes

OAuth 2.0 probed

Drip 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.

Email MarketingMarketing AutomationE-CommerceCustomer EngagementCampaignsWorkflows
Scopes: 0 Flows: Method: probed

Scopes (0)

Drip 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: probed
source: >-
  https://api.getdrip.com/.well-known/oauth-authorization-server (HTTP 200,
  RFC 8414 authorization server metadata, probed 2026-08-13), corroborated by
  the OAuth section of https://developer.drip.com/#oauth which shows a token
  response carrying "scope": "public".
docs: https://developer.drip.com/#oauth
description: >-
  Drip's OAuth 2.0 authorization server advertises exactly two scopes. This is
  a coarse-grained model: `public` is the read-oriented default issued to
  registered applications, and `write` is the mutating grant. There is no
  per-resource scope (no separate subscribers/campaigns/workflows scopes), so
  an agent granted `write` can mutate every resource the account exposes. The
  API reference does not publish a scopes table of its own; these values come
  from the machine-readable metadata document, which is the authoritative
  source.
  Derived baseline was NOT available from the OpenAPI: the specs in openapi/
  declare only HTTP basic and bearer securitySchemes, no oauth2 scheme, so
  derive-oauth-scopes.py found nothing to derive. Everything here is probed.
authorization_server:
  issuer: https://api.getdrip.com
  metadata: well-known/drip-oauth-authorization-server.json
  authorization_endpoint: https://www.getdrip.com/oauth/authorize
  token_endpoint: https://www.getdrip.com/oauth/token
  registration_endpoint: https://api.getdrip.com/oauth/register
  grant_types_supported: [authorization_code, refresh_token]
  response_types_supported: [code]
  code_challenge_methods_supported: [S256]
  token_endpoint_auth_methods_supported: [none, client_secret_basic, client_secret_post]
scopes:
  - name: public
    description: >-
      Default scope returned in the OAuth token response documented at
      https://developer.drip.com/#oauth. Grants an application access to the
      authorized Drip account through the REST API.
    source: /.well-known/oauth-authorization-server (scopes_supported)
  - name: write
    description: >-
      Mutating access. Not broken down per resource — a single grant covering
      every writable endpoint on the account.
    source: /.well-known/oauth-authorization-server (scopes_supported)
scope_count: 2
notes:
  - >-
    Drip's docs state that OAuth access tokens do not expire ("You should only
    have to do this once, as tokens do not expire"), while the metadata
    advertises refresh_token support. Long-lived non-expiring bearer tokens with
    only two coarse scopes is the security posture an integrator should plan
    around.
  - >-
    The authorization code from /oauth/authorize expires in 10 minutes per the
    docs.
  - >-
    The same authorization server governs the MCP endpoint at
    https://api.getdrip.com/mcp — see mcp/drip-mcp.yml.

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