Refresh Token
POST
/auth/refresh
Refresh an expired access token using a valid refresh token. This is a public endpoint that does not require prior authentication.
Parameters
| Name | Type | Description |
|---|---|---|
| refresh_token required | string | A valid refresh token obtained from the token endpoint |
JSON
{"refresh_token": "eyJ..."}
Response Codes
200
New tokens generated
401
Invalid or expired refresh token