APIs & Integrations

VinothMatrix
Participant

Marke Place App Redirect URI

Hi,

  I am in middle of the process for submitting app in market place.

  My Question:

   The Redirect URL provied in developer account common to connect all customer?

   Ex: i have provided redirect uri as https://example.com/hubspot/integrate

   So if Customer  A connecting app from market place, after provide the grant access, the applicaton will redirect to https://example.com/hubspot/integrate ?

 and If Cusotmer B connecting app from market place, after providing the grant access , then the application will redirect to the same url which is https://example.com/hubspot/integrate ?

 

0 Upvotes
1 Reply 1
WendyGoh
HubSpot Employee
HubSpot Employee

Marke Place App Redirect URI

Hey @VinothMatrix,

 

Spot on! The redirect uri is the url that visitor gets redirected to after granting access to your integration app. In the scenario that you detailed down, both Customer A and B will be redirected to the same url which is the redirect uri. This redirect uri is also used in this endpoint Get OAuth 2.0 Access Token and Refresh Tokens and it must exactly match the redirect uri used here - initiating the OAuth 2.0 connection.

 

You can learn more about redirect uri here: Initiate an Integration with Oauth 2.0

0 Upvotes