I am getting this issue even after my client id and redirect url are correct

{“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}]}

@VISHAL_KUM_2391495 Please check for any typos, extra spaces, or incorrect slashes (/) in the redirect URL of the app you’re using.

This error typically occurs when either the client_id or the redirect_url is incorrect.