Skip to main content
GET
Refresh a JWT token pair

Headers

Authorization
string
required

Bearer {token} — the current (possibly expired) auth token

Example:

"Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."

Response

New token pair issued

token
string
required

RS256-signed JWT (see JWTPayload for decoded structure)

Example:

"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9..."

refresh_token
string
required

Base64-encoded 64-byte random refresh token

Example:

"dGhpcyBpcyBhIGJhc2U2NCBlbmNvZGVkIHRva2Vu..."