Exchange a refresh token for a new access token
POST/core/api/v1/auth/refresh
Issues a new access token (and rotates the refresh token) as long as the refresh token is valid and was not issued before the user's last logout.
Request
Responses
- 200
- 401
Success. The response schema for this operation is not yet documented — see the schema-coverage report. The SDK types this as unknown.
Refresh token invalid, expired, or session revoked