## Rotates the webhook signing key for the account `$ cadenya account rotate-webhook-signing-key` **post** `/v1/account/rotate_webhook_signing_key` Rotates the webhook signing key for the account. Returns only the new key. ### Returns - `rotate_webhook_signing_key_response: object { webhookEventsHmacSecret }` RotateWebhookEventsHmacSecretResponse is a response to a RotateWebhookEventsHmacSecretRequest. - `webhookEventsHmacSecret: optional string` ### Example ```cli cadenya account rotate-webhook-signing-key \ --api-key 'My API Key' ``` #### Response ```json { "webhookEventsHmacSecret": "webhookEventsHmacSecret" } ```