Skip to main content
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.