Keap · OAuth Scopes

Keap OAuth Scopes

OAuth 2.0 derived

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

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

CRMSalesMarketing AutomationSmall BusinessE-CommerceContacts
Scopes: 1 Flows: authorizationCode Method: derived

OAuth endpoints

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

Scopes (1)

ScopeDescriptionFlows
full Full access to the Keap CRM REST API. authorizationCode

Source

OAuth Scopes

keap-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/keap-openapi.yml
schemes:
- name: oauth2
  source: openapi/keap-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://accounts.infusionsoft.com/app/oauth/authorize
    tokenUrl: https://api.infusionsoft.com/token
  description: Keap uses OAuth 2.0 for authentication. See https://developer.infusionsoft.com/getting-started-oauth-keys/
scopes:
- scope: full
  description: Full access to the Keap CRM REST API.
  flows:
  - authorizationCode
  sources:
  - openapi/keap-openapi.yml