Linux commands help

vaibhavsharma13
Please explain the meaning of -H and -d here and overall how the url looks like combined?
curl https://api.kite.trade/session/token \
-H "X-Kite-Version: 3" \
-d "api_key=xxx" \
-d "request_token=yyy" \
-d "checksum=zzz"
Tagged:
  • SRIJAN
    This forum is dedicated to KiteConnect APIs. Please don't write about any other topic here. For now, -H is header,and -d is data as you send in a POST request.
This discussion has been closed.