Webflow OAuth Scopes
Webflow publishes 29 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Webflow API on a user’s behalf.
Tokens are issued from https://api.webflow.com/oauth/token.
This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.
OAuth endpoints
https://webflow.com/oauth/authorize
https://api.webflow.com/oauth/token
authorizationCode
Scopes (29)
| Scope | Description | Flows |
|---|---|---|
| assets:read | read assets on the site | authorizationCode |
| assets:write | write assets on a site | authorizationCode |
| authorized_user:read | read details about the authorized user | authorizationCode |
| cms:read | read collections and items for a site | authorizationCode |
| cms:write | write to collections and items for a site | authorizationCode |
| comments:read | read comments on the site | authorizationCode |
| comments:write | write comments on the site | authorizationCode |
| components:read | read component data | authorizationCode |
| components:write | write component data | authorizationCode |
| custom_code:read | read custom code on the site | authorizationCode |
| custom_code:write | modify custom code on the site | authorizationCode |
| ecommerce:read | read ecommerce data | authorizationCode |
| ecommerce:write | edit ecommerce data | authorizationCode |
| forms:read | read form data | authorizationCode |
| forms:write | write form data | authorizationCode |
| page:read | ||
| page:write | ||
| pages:read | read pages on the site | authorizationCode |
| pages:write | write to pages on the site | authorizationCode |
| site_activity:read | read site activity logs | authorizationCode |
| site_config:read | read site configuration data | authorizationCode |
| site_config:write | write site configuration data | authorizationCode |
| sites:read | read sites on the site | authorizationCode |
| sites:write | modify pages on the site | authorizationCode |
| users:read | read users on the site | authorizationCode |
| users:write | modify users on the site | authorizationCode |
| workspace:read | read workspace resource data | authorizationCode |
| workspace:write | write workspace resource data | authorizationCode |
| workspace_activity:read |
Source
OAuth Scopes
generated: '2026-07-11'
method: derived
source: openapi/webflow-assets-openapi.yml, openapi/webflow-collections-openapi.yml, openapi/webflow-comments-openapi.yml,
openapi/webflow-components-openapi.yml, openapi/webflow-custom-code-openapi.yml, openapi/webflow-data-api-openapi.yml,
openapi/webflow-ecommerce-settings-openapi.yml, openapi/webflow-forms-openapi.yml, openapi/webflow-inventory-openapi.yml,
openapi/webflow-items-openapi.yml, openapi/webflow-meta-openapi.yml, openapi/webflow-orders-openapi.yml,
openapi/webflow-pages-openapi.yml, openapi/webflow-products-openapi.yml, openapi/webflow-sites-openapi.yml,
openapi/webflow-webhooks-openapi.yml
schemes:
- name: OAuth2
source: openapi/webflow-assets-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-collections-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-comments-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-components-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-custom-code-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-data-api-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-ecommerce-settings-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-forms-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-inventory-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-items-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-meta-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-orders-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-pages-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-products-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-sites-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
- name: OAuth2
source: openapi/webflow-webhooks-openapi.yml
flows:
- flow: authorizationCode
authorizationUrl: https://webflow.com/oauth/authorize
tokenUrl: https://api.webflow.com/oauth/token
scopes:
- scope: assets:read
description: read assets on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: assets:write
description: write assets on a site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: authorized_user:read
description: read details about the authorized user
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: cms:read
description: read collections and items for a site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: cms:write
description: write to collections and items for a site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: comments:read
description: read comments on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: comments:write
description: write comments on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: components:read
description: read component data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: components:write
description: write component data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: custom_code:read
description: read custom code on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: custom_code:write
description: modify custom code on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: ecommerce:read
description: read ecommerce data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: ecommerce:write
description: edit ecommerce data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: forms:read
description: read form data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: forms:write
description: write form data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: page:read
sources:
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-pages-openapi.yml
- scope: page:write
sources:
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-pages-openapi.yml
- scope: pages:read
description: read pages on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: pages:write
description: write to pages on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: site_activity:read
description: read site activity logs
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: site_config:read
description: read site configuration data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: site_config:write
description: write site configuration data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: sites:read
description: read sites on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: sites:write
description: modify pages on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: users:read
description: read users on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: users:write
description: modify users on the site
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: workspace:read
description: read workspace resource data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: workspace:write
description: write workspace resource data
flows:
- authorizationCode
sources:
- openapi/webflow-assets-openapi.yml
- openapi/webflow-collections-openapi.yml
- openapi/webflow-comments-openapi.yml
- openapi/webflow-components-openapi.yml
- openapi/webflow-custom-code-openapi.yml
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-ecommerce-settings-openapi.yml
- openapi/webflow-forms-openapi.yml
- openapi/webflow-inventory-openapi.yml
- openapi/webflow-items-openapi.yml
- openapi/webflow-meta-openapi.yml
- openapi/webflow-orders-openapi.yml
- openapi/webflow-pages-openapi.yml
- openapi/webflow-products-openapi.yml
- openapi/webflow-sites-openapi.yml
- openapi/webflow-webhooks-openapi.yml
- scope: workspace_activity:read
sources:
- openapi/webflow-data-api-openapi.yml
- openapi/webflow-sites-openapi.yml
Work with this as data
Every scope set here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for oauth scopes
4 MCP tools reach this
find_scopesBrowse and filter every scope set in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/scopes/webflow-scopes"
curl "https://apis.io/api/v1/scopes?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.