Forum Academy Marketplace Showcase Pricing Features

Redirect_uri solution - API connector

Hello community! I need help going past this API set-up. Here is my set-up

On pinging this call, the user is passed over to the site of the third party app , where they will complete authorisation. After this, i want to redirect them back to my website for the next stage in their journey.

According to the api doc for the third party app, the call generates an “Auth URL” and i am suppose to append my website’s URL as a redirect_uri parameter.

I have tried to do this by adding a query param in the body section of my json. However, the response to the post method action returns the auth url without my website appended to it as the redirect.

Any pointers or details I might be missing?