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.