Hello Laskshmi,
Issue: Login request issue,
I trayed to login through Postman API tool request. I set the header section as per the smart-API documentation and set the Bearer token key, which I get it once after totp as attached in the image. In the body section I sent the data as below
Request URL:
https://smartapi.angelbroking.com/publisher-login?api_key=xxx
Param:
api_key=xxx
Body Section
{
"clientcode":"XXXXXXX",
"password":XXXX,
"totp":"XXXX"
}
Request Body
{
"clientcode":"clientcode",
"password":"pin",
"totp":"token"
}
Statuscode: 404Not Found
empty response body
Response Body
{
"timestamp": "2023-02-06T08:16:47.782+00:00",
"status": 404,
"error": "Not Found",
"message": "",
"path": "/"
}
//![alt text](image url)
![0_1675672673402_Query.png](Uploading 100%)
Could you please have a look over the problem and help me with the same.