HTTP authorisation scheme

ameenshabeer
https://api.kite.trade/instruments/historical/5633/minute?from=2020-12-28+09:30:00&to=2021-01-01+10:30:00 [Headers=[#"X-Kite-Version: 3" , #"Authorization: token XXXX:YYYYYYY"]]

i was trying to pull data using above link, getting the following error message

{"status":"error","message":"Invalid `api_key` or `access_token`.","data":null,"error_type":"InputException"}

What is wrong in my script ?
Tagged:
  • rakeshr
    @ameenshabeer
    {"status":"error","message":"Invalid `api_key` or `access_token`.","data":null,"error_type":"InputException"}
    As the error states, either your requested access_token or api_key is wrong. You can go through this thread to understand more about this.
Sign In or Register to comment.