The Callback URL Setup add-on allows clients to define a URL where users are redirected after they authorize a data source. This is a valuable feature that enhances the user flow by seamlessly guiding them back to the client's application or another designated page.
How to Use the Callback URL
When requesting authorization, you will need to include the redirect_url parameter in the request.
This URL is where the user will be sent after they complete the authorization process.
Replace https://www.yourapp.com with the URL where you want the user to be redirected.
Benefits of Using a Callback URL
Improved User Experience: Redirecting users to a specific URL after authorization provides a smoother and more intuitive user experience.
Customization: It allows you to guide users back to your application or a specific view within your application, ensuring a more tailored experience.
How to Activate the Callback URL
To activate this feature, you need to contact your assigned Account Manager.
Additional Information
The redirect_url parameter is optional, and if it is absent, the user will be redirected to ROOK's connections page.
After the user is redirected, your application will need to handle the authorization status.