Webflow Core Workflow A — CMS Content Management Overview The primary money-path workflow for Webflow: managing CMS collections and items through the Data API v2. Covers the full CRUD lifecycle — create, read, update, delete, and publish CMS content programmatically. Prerequisites - Completed setup - API token with and scopes - A Webflow site with at least one CMS collection API Endpoints Reference | Operation | Method | Endpoint | |-----------|--------|----------| | List collections | GET | | | Get collection | GET | | | List items (staged) | GET | | | List items (live) | GET | | | Get item…