curl --request POST \
--url https://api.example.com/api/v1/auth/refresh
Authentication
Refresh Token
Exchange a refresh token for a new access token.
POST
/
api
/
v1
/
auth
/
refresh
Refresh Token
curl --request POST \
--url https://api.example.com/api/v1/auth/refresh
Requires the refresh_token cookie. Issues a new access_token cookie.The refresh token itself is not rotated during refresh — only when it expires or on logout.