Skip to main content
POST
Exchange a refresh token for a fresh access + refresh pair

Authorizations

Authorization
string
header
required

Verlon API key (newly minted keys are prefixed sk-vrln-; legacy verlon_* and layer_* keys from prior prefix migrations continue to validate). Generated from the dashboard under Settings → API Keys, or via verlon key create in the CLI.

Body

application/json
grant_type
enum<string>
required
Available options:
refresh_token
refresh_token
string
required
Minimum string length: 1

Response

New token pair issued.