error in documentation

rjamitsharma
curl https://api.kite.trade/user/profile \
-H "X-Kite-Version: 3" \
-d "api_key=xxx" \
-d "request_token=yyy"

this is a get request but api key and request token is given in data

so it should be like
curl https://api.kite.trade/user/profile \
-H "X-Kite-Version: 3" \
-H "Authorization: token api_key:access_token"

please let me know if I am missing something
This discussion has been closed.