Skip to main content
POST
/
renew
Renew token
curl --request POST \
  --url https://api.example.com/renew
{
  "token": "<string>",
  "expires": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.ziik.io/llms.txt

Use this file to discover all available pages before exploring further.

Response

New token

token
string
required

New JWT

expires
integer
required

Unix timestamp when token expires