This request is not supported by Upstox API. Error Code: UDAPI10000

Hello guys

I request someone could help me out. I have spend quite a few days in this. Got few similar blogs and tried that changes with No Success.

I got the code by authorization API successfully and also it redirects to my local API too. and then to get the access token value was trying to post token api but got the below error.

"status": "error",
    "errors": [
        {
            "errorCode": "UDAPI10000",
            "message": "This request is not supported by Upstox API",
            "propertyPath": null,
            "invalidValue": null,
            "error_code": "UDAPI10000",
            "property_path": null,
            "invalid_value": null
        }

Api_Version as 2.0

Ahh Immediately after posting the question. I found the missing body param.
grant_type
One small mistake cost me a day.
Now, getting the response with user basic profile details

Thanks for the update. I’m glad to hear that it’s working for you now.