I am getting the below -mentioned error while accessing the login API.
{
"status": false,
"message": "YOUR USER ID OR PASSWORD IS INVALID",
"errorcode": "AB1007",
"data": null
}
For one credential I facing this error while for another credential I am getting a successful response. I have tried with NodeJS & Python SDK. Both results are same.
FYI: the credential which throws an error is registered through a sub-broker.
My Client ID = Z2980.
-rebel_traders