Following code appears when I paste the resolved uri in browser.
{“status”:“error”,“errors”:[{“errorCode”:“UDAPI100068”,“message”:“Check your ‘client_id’ and ‘redirect_uri’; one or both are incorrect.”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI100068”,“property_path”:null,“invalid_value”:null}]}
The message explicitly states a discrepancy between the values of client_id or redirect_uri. Ensure these values are exactly the same as you specified when creating the app.
Providing a redirect URL is mandatory when setting up the app. Refer to Step 6: Enter the relevant information and click on continue on the following page: How to Create an API App.