{ "opencollection": "1.0.0", "info": { "name": "Webflow Assets Asset Folders 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": "Asset Folders", "type": "folder" }, "items": [ { "info": { "name": "Webflow List Asset Folders", "type": "http" }, "http": { "method": "GET", "url": "https://api.webflow.com/v2/sites/:site_id/asset_folders", "params": [ { "name": "site_id", "value": "580e63e98c9a982ac9b8b741", "type": "path", "description": "Unique identifier for a Site" } ], "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 Asset Folders within a given site\n\nRequired scope | `assets:read`\n" }, { "info": { "name": "Webflow Create Asset Folder", "type": "http" }, "http": { "method": "POST", "url": "https://api.webflow.com/v2/sites/:site_id/asset_folders", "params": [ { "name": "site_id", "value": "580e63e98c9a982ac9b8b741", "type": "path", "description": "Unique identifier for a Site" } ], "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": "Create an Asset Folder within a given site\n\nRequired scope | `assets:write`\n" }, { "info": { "name": "Webflow Get Asset Folder", "type": "http" }, "http": { "method": "GET", "url": "https://api.webflow.com/v2/asset_folders/:asset_folder_id", "params": [ { "name": "asset_folder_id", "value": "6390c49774a71f0e3c1a08ee", "type": "path", "description": "Unique identifier for an Asset Folder" } ], "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 details about a specific Asset Folder\n\nRequired scope | `assets:read`\n" } ] } ], "bundled": true }