Admin
Refresh Token
Refresh access token using refresh token
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Issue a new access token using a valid refresh token. Implements token rotation for security.
Request
Valid refresh token from login
Response
Whether the refresh succeeded
New JWT access token
New refresh token (old one is revoked)
Access token expiration timestamp
Refresh token expiration timestamp
User details object
Examples
Token Rotation
Errors
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_REQUEST | Invalid request format |
| 401 | INVALID_TOKEN | Invalid or expired refresh token |
| 500 | INTERNAL_ERROR | Server error |
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Refresh token