Webflow Guide
Setting up the Webflow Integration
To access your users' data from Webflow, you need to enable the Webflow integration in the Platforms Page of the Rutter dashboard.
Webflow uses OAuth 2.0. You must create a Webflow OAuth application to obtain a client ID and client secret, then provide those credentials when configuring Webflow in the Rutter dashboard. Refer to the Webflow OAuth documentation for details on registering an application.
User Authentication with Webflow
A Rutter Connection is created when your end user authenticates their Webflow account via Rutter Link. This in turn allows you to access their store data via the Rutter API.
When a user connects through Rutter Link, they are redirected to the Webflow OAuth authorization page (https://webflow.com/oauth/authorize), where they log in and approve access to their Webflow account. Upon approval, Webflow returns an authorization code that Rutter exchanges for an access token at https://api.webflow.com/oauth/access_token on the user's behalf.