Kit · OAuth Scopes

Kit OAuth Scopes

OAuth 2.0 searched

Kit publishes 1 OAuth 2.0 scope 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 EconomyNewslettersAutomationSubscribers
Scopes: 1 Flows: authorizationCode Method: searched

OAuth endpoints

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

Scopes (1)

ScopeDescriptionFlows
public Default (and currently only) scope for Kit API V4 OAuth apps, granting API access on behalf of the authorizing account; fine-grained access control via scopes is documented as coming soon.

Source

OAuth Scopes

kit-scopes.yml Raw ↑
generated: '2026-07-11'
method: searched
source: openapi/kit-openapi.yml
docs: https://developers.kit.com/api-reference/oauth-proof-key-for-code-exchange-flow
note: >-
  Kit API V4 OAuth currently exposes a single default scope (public); the docs
  state "Fine-grained access control via scopes coming soon"
  (https://developers.kit.com/api-reference/oauth-proof-key-for-code-exchange-flow).
schemes:
- name: OAuth2
  source: openapi/kit-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://app.kit.com/oauth/authorize
    tokenUrl: https://api.kit.com/oauth/token
scopes:
- scope: public
  description: >-
    Default (and currently only) scope for Kit API V4 OAuth apps, granting API
    access on behalf of the authorizing account; fine-grained access control
    via scopes is documented as coming soon.
  sources:
  - https://developers.kit.com/api-reference/oauth-proof-key-for-code-exchange-flow