403 FORBIDDEN if the key is missing any required scope, with a message like:
Available scopes
Each endpoint section in the API Reference lists the exact scope it requires.
Choosing scopes
Common patterns:- Lead ingestion only (Meta Ads form, web form, landing page):
leads:write. - Two-way sync (a CRM tool that needs to read and update leads):
leads:read,leads:write. - BI / reporting (read-only dashboards):
leads:read,projects:read,members:read. - Catalog publisher (sync units availability to a website):
projects:read,projects:write. - Webhook orchestrator (Zapier, Make, n8n connectors):
webhooks:manageplus the read/write scopes you actually use.