Skip to main content
Scopes control what an API key can access. Follow the principle of least privilege: request only the scopes your integration needs.

Scope format

Scopes follow the pattern resource:action:
  • :read - List and view resources
  • :write - Create and update resources
  • :delete - Archive or delete resources
:write does not include :delete. If your integration needs to archive contacts, you must request both contacts:write and contacts:delete.

Common use cases

Use the read_only bundle, which includes all :read scopes.
Syncing contacts, companies, and deals with an external CRM:
Or use the crm bundle.
Automatically enrich contacts and check results:

Bundles

Bundles are pre-configured groups of scopes for common integrations:

Company relationship scopes

Relationship scopes never grant communication delivery. Approval returns data for the existing composer and records approved_not_sent; the normal human composer action remains separate.