Skip to main content

Exchange a refresh token for a new access token

POST 

/auth/refresh

Rotates the refresh-token family — the presented token is single-use and yields a new pair. Reuse of a previously-rotated token invalidates the whole session family (token theft detection). Public endpoint, throttled to 30/min/IP.

Request

Responses

Fresh access + refresh tokens.