Kit · OAuth Scopes

Kit OAuth Scopes

OAuth 2.0 searched

Kit publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Kit API on a user’s behalf.

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

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcastsWebhookMCPAgentsAuthenticationMarketing AutomationLanding PagesSegmentationEmail CampaignsSoftware-as-a-ServiceCommerce
Scopes: 3 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://app.kit.com/oauth/authorize https://api.kit.com/v4/oauth/authorize
Token URL
https://api.kit.com/oauth/token https://api.kit.com/v4/oauth/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
public The only scope Kit's live authorization server advertises (scopes_supported: ["public"]). Kit does not document what it grants; in practice a Kit OAuth token reaches the whole v4 surface the account is entitled to, so this is a coarse, all-or-nothing grant rather than a least-privilege scope model. authorizationCode
read Read access to Kit API v4, as declared in the OpenAPI oauth2 flow scopes map. authorizationCode
write Write access to Kit API v4, as declared in the OpenAPI oauth2 flow scopes map. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-08-13'
method: searched
source: https://api.kit.com/.well-known/oauth-authorization-server
docs: https://developers.kit.com/api-reference/authentication
derived_from: openapi/_original/openapi.json (14 refined per-tag specs declare the same two scopes)
note: >-
  Kit publishes NO scopes/permissions reference page. This artifact reconciles
  the only two machine-readable sources that exist, and they DISAGREE — recorded
  rather than reconciled away.
discrepancy:
  summary: >-
    The OpenAPI declares scopes `read` and `write` and points at
    https://api.kit.com/v4/oauth/authorize + /v4/oauth/token. The live RFC 8414
    authorization-server metadata declares a single scope `public` and points at
    https://app.kit.com/oauth/authorize + https://api.kit.com/oauth/token — a
    different host for authorize and no /v4 prefix on either endpoint.
  authoritative: >-
    The well-known document is the live runtime contract and should be preferred
    by a client; the spec's oauth2 block appears stale. Neither has been edited
    here.
schemes:
- name: OAuth2
  source: https://api.kit.com/.well-known/oauth-authorization-server
  probed: '2026-08-13'
  http_status: 200
  issuer: https://api.kit.com
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.kit.com/oauth/authorize
    tokenUrl: https://api.kit.com/oauth/token
  revocation_endpoint: https://api.kit.com/oauth/revoke
  registration_endpoint: https://app.kit.com/oauth/register
  response_types_supported: [code]
  grant_types_supported: [authorization_code, refresh_token]
  code_challenge_methods_supported: [S256]
  token_endpoint_auth_methods_supported: [client_secret_post, none]
  description: Live OAuth 2.0 authorization server metadata (RFC 8414).
- name: OAuth2
  source: openapi/_original/openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.kit.com/v4/oauth/authorize
    tokenUrl: https://api.kit.com/v4/oauth/token
  description: >-
    As declared in components.securitySchemes across all 14 refined specs.
    Endpoint URLs conflict with the live well-known document above.
scopes:
- scope: public
  description: >-
    The only scope Kit's live authorization server advertises
    (scopes_supported: ["public"]). Kit does not document what it grants; in
    practice a Kit OAuth token reaches the whole v4 surface the account is
    entitled to, so this is a coarse, all-or-nothing grant rather than a
    least-privilege scope model.
  flows: [authorizationCode]
  sources: [https://api.kit.com/.well-known/oauth-authorization-server]
  authoritative: true
- scope: read
  description: Read access to Kit API v4, as declared in the OpenAPI oauth2 flow scopes map.
  flows: [authorizationCode]
  sources: [openapi/_original/openapi.json]
  authoritative: false
  note: Not advertised by the live authorization server.
- scope: write
  description: Write access to Kit API v4, as declared in the OpenAPI oauth2 flow scopes map.
  flows: [authorizationCode]
  sources: [openapi/_original/openapi.json]
  authoritative: false
  note: Not advertised by the live authorization server.
granularity:
  model: coarse
  per_resource_scopes: false
  note: >-
    There is no per-resource or per-verb scope (no subscribers:read,
    broadcasts:write). An agent granted a Kit token can send broadcasts and
    delete data with the same credential it uses to read a subscriber count.
    Kit mitigates this at the MCP layer with per-tool annotation hints
    (destructiveHint) and client-side confirmation, not with scopes.
resource_indicators:
  protected_resource: https://app.kit.com/mcp
  metadata: https://api.kit.com/.well-known/oauth-protected-resource
  spec: RFC 9728

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