Generate Webhook Secret

Hand off to an LLM

Generate a new webhook signing secret.

Creates a new signing secret for this environment (or replaces the existing one). The new secret is returned in full exactly once — store it securely.

After rotation all newly delivered webhooks will be signed with the new secret. Update your verification logic before calling this endpoint if you need zero-downtime rotation.

POST
/v3/webhook-secret
x-api-key<token>

Authenticate using API Key in request header

In: header

Response Body

application/json

curl -X POST "https://api.bem.ai/v3/webhook-secret"
{
  "secret": "string"
}

See also

  • Webhooks — subscribe, receive, verify