Documentation Index
Fetch the complete documentation index at: https://docs.alterauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Connect your users to Webflow for website management, CMS collections, page content, forms, and ecommerce data.| Property | Value |
|---|---|
| Provider ID | webflow |
| Category | Design & Developer Tools |
| PKCE | Not supported |
| Token refresh | Not supported (permanent tokens) |
| Redirect URI | Shown in Developer Portal |
Step 1: Create a Webflow OAuth App
Go to the Webflow Developer Portal
Navigate to developers.webflow.com and sign in.
Configure the redirect URI
Under OAuth Settings, add the Alter callback URL from the Developer Portal to the Redirect URIs field.
Step 2: Add to Alter Vault
Open the Developer Portal
Go to portal.alterauth.com and navigate to your app.
Enter credentials
- Client ID: Paste your Webflow Client ID
- Client Secret: Paste your Webflow Client Secret
Available Scopes
| Scope | Description |
|---|---|
sites:read | Read site data and metadata |
sites:write | Modify site settings |
pages:read | Read page content |
pages:write | Create and modify pages |
collections:read | Read CMS collection data |
collections:write | Manage CMS collections and items |
forms:read | Read form submissions |
ecommerce:read | Read ecommerce orders and products |
ecommerce:write | Manage ecommerce data |
assets:read | Read asset data |
assets:write | Upload and manage assets |
Notes
- Webflow tokens do not expire. There is no refresh token flow.
- See the Webflow OAuth authorization documentation for more details.