Refresh Token
This endpoint allows you to get new refresh token of that user.
GET
https://castleindia.in/emart/public /api/refresh /api/refresh
Headers
Name | Type | Description |
---|---|---|
Authorization | String | Bearer token {bearer_token without brackets} |
Accept | String | application/json |
Request Body
Name | Type | Description |
---|---|---|
refresh_token | String | enter previous refresh token of that user |
If response is fail
Last updated