Skip to main content
A scoped key is what you give an integration. Unlike a personal token it can be limited to a few scopes, throttled on its own, pinned to your servers’ IPs and set to expire.
Only account administrators can create, change or revoke keys.

Create a key

The response carries the full token once. Store it immediately; later reads return only the token_prefix.

Scopes

The picker under Settings → Developer → API keys lists every scope the account can grant, including newer ones for templates, workflows, tickets, deals and appointments.

Manage keys

Rotation returns a new token for the same key id, so you can swap the secret in your integration without touching scopes or limits.

Limits per key

rate_limit_rpm accepts 1 to 100,000 requests per minute and defaults to 1,000. The rate limit headers on every response show where a key stands.
One key per integration. When a partner or a service is retired, revoking its key removes exactly that access and nothing else.