Admin
Auth Token Rotate
Rotate an auth token, invalidating the old one and issuing a new secret
post/api/v1.admin.auth-token.rotate
Request body
Example request
{
"id": "key_06etngr201xwv7qj08mt4cs03w"
}Response
Example response
{
"id": "key_06etngr201xwv7qj08mt4cs03w"
}