Skip to main content
POST
Refresh tokens
Rotates the refresh token and returns a new access token. Refresh tokens are single-use; the previous refresh token is invalidated. Requires X-API-Key only (no Bearer).

Request body

string
required
Current refresh token.

Response

200 OK
string
New refresh token; store this and discard the old one.

Status codes