APIs & Integrations

ahh
Member

Creating oauth flow - redirect URI

Where do I get the URL that I want the visitor redirected to after granting access to the app???

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

Creating oauth flow - redirect URI

Hi @Azdev,

You have to create that URL; it's important that the redirect URL is hosted on your server, since you need to pull the code parameter when a user completes the OAuth flow. Ideally, the redirect URL is hosted in the same place your app is.

0 Upvotes