@laskshmi said in Unable to Connect Via postman:
Hi All,
Thanks in advance for everyone who are reading this post.I am trying to connect to angelBroking from Postman using the below loginByPassword API.
https://apiconnect.angelbroking.com/rest/moto x3m/auth/angelbroking/user/v1/loginByPassword
Method Type: Post
No Authorization
These are the header values that i am sending for the request.In Body:
{
"clientcode": "L10XX71",
"password": "xxxxxxxx",
"totp": "697654"
}but everytime, this is the response i get
<html>
<head><title>400 Bad Request</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<hr><center>nginx/1.14.1</center>
</body>
</html>I have read like most of the questions asked in Forum and online references, but none of them clears my issue. I read the API documentation many times, but couldnt find anything wrong with the values i am providing here.
Can somone please help me with my issue.
That is exactly my problem. If you've found a solution, please let me know.