Webhooks
Rotate Webhook Secret
Generate a new signing secret for webhook delivery.
POST
Generates a new HMAC-SHA256 signing secret for the app’s webhook configuration. See the Webhook Signature Verification guide for how to verify signed deliveries.
Request
Bearer <API_KEY> from Console > Developers > Workspace API Keys.Optional client-generated string (max 255 chars) to safely retry a rotation without re-executing it. If the same key is replayed with an empty body, the original response (and the same rotated secret) is returned with an
Idempotency-Replayed: true header. Valid for 24 hours.Path parameters
Client identifier of the app.
Request body
None. Send an empty body or omit the body entirely.Response
The new webhook signing secret (e.g.
whsec_...). Use this to verify the X-Hopae-Signature header on incoming webhook deliveries.
