Authorization Error - You have been blocked

We are trying with with below URL for authorization & getting “You have been blocked” error.

https://api.upstox.com/v2/login/authorization/dialog?client_id=9fceecba-aeb4-4c15-ba4a-6796a4d6fc57&redirect_uri=myURL

With URL Encode:
https://api.upstox.com/v2/login/authorization/dialog?response_type=code&client_id=9fceecba-aeb4-4c15-ba4a-6796a4d6fc57&redirect_uri=myurl

We also tried with Postman & still getting the same error.

My Client ID: 9fceecba-aeb4-4c15-ba4a-6796a4d6fc57

@Samiksha_47544883 The issue is due to the .aspx extension in the redirect URI. If you can remove it, things should work fine. If that’s not an option, let us know for us to check further.

This has been resolved - had to remove .aspx from re-direct url set in App created on Upstox Accounts

Thanks for your support