Skip to main content

To get refresh token

POST 

/api/v1/token-refresh

After the successful login, you need to update the refresh token for every 15 minutes

🔋 Sample request payload

{
"refreshToken": "def5020051586e6138944cc871..."
}

🎯 Note: Payload must be encrypted before being sent to the server. To access the response data, decrypt it upon receiving the response from the server

⚡️ Payload details

Fields NameDescriptionRequired
refreshTokenPass the current refresh token ✅ Yes

Request

Responses

Successfully fetched, Save the refresh token for further requests