Having issues using access_token

mahajpuneet
Hi,

I have an API key and secret for testing. I followed the steps for shell script where I placed in the request call of https://kite.trade/connect/login?api_key=xxx with my api key into chrome and got back the request token in the callback/redirect to 127.0.0.1

I used this request token in curl https://api.kite.trade/session/token with api key, request token and sha key generated. However I continue getting "Invalid session credentials", "error_type": "TokenException"

Am i getting the request token the wrong way?
  • Kailash
    The flow sounds correct, but this sounds like problem with the SHA-256 checksum you are generating.
  • Kailash
    The flow sounds correct, but this sounds like problem with the SHA-256 checksum you are generating.
Sign In or Register to comment.