Session Token API

supu1403
curl https://api.kite.trade/session/token \
-H "X-Kite-Version: 3" \
-d "api_key="
-d "request_token="
-d "checksum="

Above curl works but I tried same through Postman it doesnt work?
I tried form-data, x-ww-form-encoded, raw none seems to be working
it says "message": "`api_key` should be minimum 6 characters in length.",

How to correctly formulate request in POSTMAN?
  • rakeshr
    "message": "`api_key` should be minimum 6 characters in length.",
    Make sure, you are sending header Content-Type = application/x-www-form-urlencoded
Sign In or Register to comment.