Generate a fresh webhook signing secret for the organization. The new secret is returned exactly once in the response — Tumban does not expose it via Get org settings.Documentation Index
Fetch the complete documentation index at: https://docs.tumban.com/llms.txt
Use this file to discover all available pages before exploring further.
Permissions
Rotating the webhook secret requires an admin role on a dashboard session. Members and API-key auth are rejected with403.
| Caller | Allowed |
|---|---|
Dashboard session, role=admin | Yes |
Dashboard session, role=member | No — 403 Admin role required |
API key (sk_…) | No — 403 |
Request body
None.Response
The new secret (64-character hex string). Use it to verify the
signature on incoming webhooks. See
Signature verification.
ISO 8601 UTC timestamp.
Example
Using the dashboard
Rotate the secret
In the Webhook Secret tile, click Rotate Secret. The
description on the tile explains: “Used to verify incoming
webhook payloads. Rotating immediately invalidates the old secret
— update your server before rotating.”
Non-admins do not see the Rotate Secret control.

