Webflow API Key Permission Scopes
Your Webflow API token must include the correct scopes or publishing will fail.
Required scopes
Jottler integration requires:
CMS: read and writeSites: readAssets: read and write
Why each scope matters
CMS: read and write: create and update CMS items.Sites: read: list/select the target Webflow site.Assets: read and write: upload and reference media assets used in content.
Symptoms of missing scopes
- Connection succeeds but publish fails.
Unauthorizederrors during create/update.- Media upload failures or missing images.
- Site/collection cannot be listed in integration setup.
How to fix scope issues
- Generate a new token in Webflow with all required scopes.
- Reconnect token in
Settings -> Integrations -> Webflow. - Refresh mapping and run a test publish.
Security best practices
- Use a dedicated token for Jottler integration.
- Rotate tokens periodically.
- Revoke old/unused tokens immediately.