Hello, I am trying to register webflow app, but not able to understand what to add in Redirect URI
. I just wanted to play around and learn how to build weblfow apps
This is used as apart of the Authorization Code grant OAuth flow. The registered URL is where the user is redirected to after they consent to the permissions requested by the App.
More details here:
1 Like
for webflow should i use https://webflow.com/oauth/authorize
right? I am just learning to develop webflow apps.
Hi @toqeer.94 - you’ll want to use a URL that you host in that Redirect URI. I recommend checking out this tutorial here, which walks through setting up a small sample project, and how you can create a free https
host URL through a tool called ngrok:
https://developers.webflow.com/data/docs/getting-started-data-clients
This may be the best way for you to get started quickly in testing the Data Client APIs.
1 Like