It looks like you're new here. If you want to get involved, click one of these buttons!
curl "https://api.kite.trade/session/token" --data "request_token=XXXX&api_key=YYYY&checksum=ZZZZ"
raw
if i am using like this on POST method still getting the same error.
{
"status": "error",
"message": "Missing api_key",
"error_type": "InputException"
}
curl "https://api.kite.trade/session/token" --data "request_token=XXXX&api_key=YYYY&checksum=ZZZZ"
https://api.kite.trade/session/token?request_token=9zn0uuvzbtov9caakffd4zdg2fohcpyt&api_key=irwhyzord56cx7yo&checksum=76da559be58065b875ca10296a98c91be7142d6a1076623d1c7c80eb373c7057
raw
in postman.my raw data is,
{
"api_key":"xxx"
"request_token":"yyy"
"checksum":"zzz"
}