@admin said in Login issue with .net api login request:
de. You can test the API via postman.
tried with Postman but getting same error.
@admin said in Login issue with .net api login request:
de. You can test the API via postman.
tried with Postman but getting same error.
@prabhathhhh you have not imported this model in while installing di
Hello Support
I am trying to create api for fetching data to send order but while making login request token is not getting generated getting below response
Request model
URL : https://apiconnect.angelbroking.com/rest/auth/angelbroking/user/v1/loginByPassword
request: {"ClientCode":"XXXXXXXXXX","password":"XXXX","TOTP":"XXXXXX"}
respose ok
error Message invlidtoken
errorcode AG8001
but with the same input if i call through pythom it is working why it is not working with .net code
Pooja
@admin
this is the error
{"message":"Something Went Wrong, Please Try After Sometime","errorcode":"AB1004","status":false,"data":null}
please guide