Skip to main content
POST
Refresh access token

Query Parameters

dryRun
enum<string>
default:true
required

When true, validates/simulates but performs no writes. Required for docs playground.

Available options:
true

Body

application/json
refreshToken
string

Refresh token (optional if sent in refresh_token cookie)

Example:

"abc123.def456"

Response

Success

accessToken
string
required

New JWT access token

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."