Skip to main content
Once the OAuth flow is completed, the user will be redirected to the success or failure url. The success url will contain 2 query parameters intentId and intentToken. In order to validate the intent created in previous step, we need to call the following endpoint
The above API implements below flow in backend: