Not getting request token

ayush_singh0610
ayush_singh0610 edited November 2019 in Python client
Hi,

After pasting the url "https://kite.trade/connect/login?api_key=XXXXXXXX" with my API_Key am able to log in successfully after providing my zerodha credentials.

But I am getting re-directed to the url "https://kite.zerodha.com/dashboard". I am not re-directed to the url where the "Request Token" is returned.

My re-direct url in Kite connect developer profile is "https://kite.zerodha.com/"

Please help.

Thanks
Ayush

  • rakeshr
    @ayush_singh0610
    After a successful login, you will be re-directed to Redirect URL that you have mentioned in connect developer dashboard.
    As you have mentioned https://kite.zerodha.com/, and you are already login in a same browser session, so it's re-directing to kite dashboard.
    And request token will be appended at the end of the re-direct URL.
    Eg;YOUR_RE-DIRECT_URL?request_token=XXXXXXXXXXX&action=login&status=success
    You can also look to this documentation.
  • ayush_singh0610
    Thanks it was resolved.
This discussion has been closed.