Refresh Access Token
Endpoint: POST auth/refresh Refreshes an expired access token using a valid refresh token. Use this endpoint when your access token has expired but you have a valid refresh token to obtain a new set of tokens without requiring the user to re-authenticate.Body
Response
Example
Error Responses
- Status Code: 401 Unauthorized - When the refresh token is expired, invalid, revoked or not found
- Status Code: 500 Internal Server Error - When an unexpected server error occurs during token refresh