Refresh Token issue

SwatiDesale
From past some days I'm not able to get refresh token from user's profile. The value of refresh token is return null in the profile. Can you please suggest me what to do in this situation?
  • rakeshr
    You don't need a refresh token, it's is only available to certain approved platforms. Go through the profile response attribute detail here.
    You need access_token to make API requests. The refresh token is not for retail users.
  • SwatiDesale
    I was getting it before and also used the token to generate access_token.
  • rakeshr
    You need to use request_token to generate access_token, not refresh_token go through the login flow here.
  • sujith
    @SwatiDesale,
    Can you private message the api_key?
  • SwatiDesale
    Hello @rakeshr We were granted the refresh token so that our application could get the access token for our users to log in to Zerodha portal. However, for the past few days, we are facing an issue with the refresh token and are unable to login and access it. We tried to contact Rainmatter also but not able to proceed further. Thank You.
Sign In or Register to comment.