{ "opencollection": "1.0.0", "info": { "name": "Webflow Assets Asset Folders Pages API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://webflow.com/oauth/authorize", "accessTokenUrl": "https://api.webflow.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Pages", "type": "folder" }, "items": [ { "info": { "name": "Webflow List Pages", "type": "http" }, "http": { "method": "GET", "url": "https://api.webflow.com/v2/sites/:site_id/pages", "params": [ { "name": "site_id", "value": "580e63e98c9a982ac9b8b741", "type": "path", "description": "Unique identifier for a Site" }, { "name": "localeId", "value": "65427cf400e02b306eaa04a0", "type": "query", "description": "Unique identifier for a specific Locale.\n\n[Lear more about localization.](/data/v2.0.0/docs/working-with-localization)\n" }, { "name": "limit", "value": "100", "type": "query", "description": "Maximum number of records to be returned (max limit: 100)" }, { "name": "offset", "value": "0", "type": "query", "description": "Offset used for pagination if the results have more than limit records" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://webflow.com/oauth/authorize", "accessTokenUrl": "https://api.webflow.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "List of all pages for a site.\n\nRequired scope | `pages:read`\n" }, { "info": { "name": "Webflow Get Page Metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.webflow.com/v2/pages/:page_id", "params": [ { "name": "page_id", "value": "63c720f9347c2139b248e552", "type": "path", "description": "Unique identifier for a Page" }, { "name": "localeId", "value": "65427cf400e02b306eaa04a0", "type": "query", "description": "Unique identifier for a specific Locale.\n\n[Lear more about localization.](/data/v2.0.0/docs/working-with-localization)\n" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://webflow.com/oauth/authorize", "accessTokenUrl": "https://api.webflow.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get metadata information for a single page.\n\nRequired scope | `pages:read`\n" }, { "info": { "name": "Webflow Update Page Metadata", "type": "http" }, "http": { "method": "PUT", "url": "https://api.webflow.com/v2/pages/:page_id", "params": [ { "name": "page_id", "value": "63c720f9347c2139b248e552", "type": "path", "description": "Unique identifier for a Page" }, { "name": "localeId", "value": "65427cf400e02b306eaa04a0", "type": "query", "description": "Unique identifier for a specific Locale.\n\n[Lear more about localization.](/data/v2.0.0/docs/working-with-localization)\n" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://webflow.com/oauth/authorize", "accessTokenUrl": "https://api.webflow.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Page-level metadata, including SEO and Open Graph fields.\n\nRequired scope | `pages:write`\n" }, { "info": { "name": "Webflow Get Page Content", "type": "http" }, "http": { "method": "GET", "url": "https://api.webflow.com/v2/pages/:page_id/dom", "params": [ { "name": "page_id", "value": "63c720f9347c2139b248e552", "type": "path", "description": "Unique identifier for a Page" }, { "name": "localeId", "value": "65427cf400e02b306eaa04a0", "type": "query", "description": "Unique identifier for a specific Locale.\n\n[Lear more about localization.](/data/v2.0.0/docs/working-with-localization)\n" }, { "name": "limit", "value": "100", "type": "query", "description": "Maximum number of records to be returned (max limit: 100)" }, { "name": "offset", "value": "0", "type": "query", "description": "Offset used for pagination if the results have more than limit records" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://webflow.com/oauth/authorize", "accessTokenUrl": "https://api.webflow.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get text and component instance content from a static page.\n\nLocalization\n\nRequired scope | `pages:read`\n" }, { "info": { "name": "Webflow Update Page Content", "type": "http" }, "http": { "method": "POST", "url": "https://api.webflow.com/v2/pages/:page_id/dom", "params": [ { "name": "page_id", "value": "63c720f9347c2139b248e552", "type": "path", "description": "Unique identifier for a Page" }, { "name": "localeId", "value": "", "type": "query", "description": "The locale identifier." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://webflow.com/oauth/authorize", "accessTokenUrl": "https://api.webflow.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "This endpoint updates content on a static page in **secondary locales**. It supports updating up to 1000 nodes in a single request.\n\nBefore making updates:\n1. Use the [get page content](/data/reference/pages-and-components/pages/get-content) endpoint to identify available content nodes and their types.\n2. If the page has component instances, retrieve the component's properties that you'll override using the [get component properties](/data/reference/pages-and-components/components/get-properties" } ] } ], "bundled": true }