Kit · OAuth Scopes

Kit OAuth Scopes

OAuth 2.0 derived

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

Tokens are issued from https://api.kit.com/v4/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 EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts
Scopes: 2 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (2)

ScopeDescriptionFlows
read Read access to Kit API v4 authorizationCode
write Write access to Kit API v4 authorizationCode

Source

OAuth Scopes

convertkit-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.json
schemes:
- name: OAuth2
  source: openapi/openapi.json
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.kit.com/v4/oauth/authorize
    tokenUrl: https://api.kit.com/v4/oauth/token
  description: Authenticate API requests via an OAuth token
scopes:
- scope: read
  description: Read access to Kit API v4
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json
- scope: write
  description: Write access to Kit API v4
  flows:
  - authorizationCode
  sources:
  - openapi/openapi.json