Hi Team I am getting this error message The user is not enabled on the app, even when I am a single user and not logged into any other browser or same browser. Please help thanks.
hi @sujith There is no error...in Tradingview - I put all that...and then alert goes off - but when I come back to see in Kite, there is no order which comes in...I think I am missing something to put in either Webhook or in the body message...thanks
.I have the access key now...however I am not able to hit the orders through trading view...This is what I am doing:
in Webhook URL - - - > https://kite.zerodha.com/connect/login?v=3&api_key="myAPI KEY"
and in message body - - - >
https://api.kite.trade/orders/regular
-H "X-Kite-Version: 3"
-H "Authorization: token MY API KEY:MY AUTH TOKEN"
{ -d "tradingsymbol=BHEL"
-d "exchange=NSE"
-d "transaction_type=BUY"
-d "order_type=MARKET"
-d "quantity=1"
-d "product=CNC"
-d "validity=DAY"
}
but still order is not hitting Kite, please help.thanks