Refresh access token
Auth
Refresh access token
Exchange a valid refresh token (cookie or body) for a new access token. Public endpoint.
POST
Refresh access token
Query Parameters
When true, validates/simulates but performs no writes. Required for docs playground.
Available options:
true Body
application/json
Refresh token (optional if sent in refresh_token cookie)
Example:
"abc123.def456"
Response
Success
New JWT access token
Example:
"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."