v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Rotate app token

creates a new token and revokes the current token if it exists for a Zen app

post/firewall/apps/{app_id}/token

Path parameters

app_idinteger required

The ID of the Zen app

Response

The token for the app has been successfully rotated

tokenstring

The newly rotated token.

Example response

{
  "token": "AIK_RUNTIME_69_420_N3V3r60NN461V3Y0UUPN3V3r60NN4137Y0UD0WNN3V3r60NN"
}