v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBapi tokens
Renew API token
Deletes the given token and creates a new token.
post/api_tokens/renew/{id}
Path parameters
idinteger required
The ID of the API token.
Response
The token was renewed successfully.
Example response
{
"id": 123456,
"title": "primary",
"token": "<token_string>"
}