{ "opencollection": "1.0.0", "info": { "name": "Webflow Assets Asset Folders Meta 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": "Meta", "type": "folder" }, "items": [ { "info": { "name": "Webflow Get Authorization User Info", "type": "http" }, "http": { "method": "GET", "url": "https://api.webflow.com/v2/token/authorized_by", "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": "Information about the Authorized User\n\nRequired Scope | `authorized_user:read`\n" }, { "info": { "name": "Webflow Get Authorization Info", "type": "http" }, "http": { "method": "GET", "url": "https://api.webflow.com/v2/token/introspect" }, "docs": "Information about the authorization token\n\nAccess to this endpoint requires a bearer token from a [Data Client App](/data/docs/getting-started-data-clients).\n" } ] } ], "bundled": true }