Getting error UDAPI10000 - This request is not supported by Upstox API

Hi Folks,

I was trying to access the token by calling

https://api-v2.upstox.com/login/authorization/token.

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

Unfortunately, I am getting a bad request error from Postman. Could someone please guide me on what’s wrong with my request.

The Content-Type used for this request is wrong. Please set the content type to application/x-www-form-urlencoded and try again.

Thanks!!

Worked like a charm. Thank you very much