cURL
curl --request POST \ --url https://api.example.com/renew
{ "token": "<string>", "expires": 123 }
Exchange the current JWT for a fresh token. Requires a valid (possibly expiring) JWT in the Authorization header.
New token
New JWT
Unix timestamp when token expires