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?
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.
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.
You need access_token to make API requests. The refresh token is not for retail users.
Can you private message the api_key?