Rotate webhook secret
Webhooks
Rotate webhook secret
Generates a new signing secret for the webhook and invalidates the old one immediately. Returns the new secret — copy it immediately, it is only shown once. Update your signature verification logic before rotating in production.
POST
Rotate webhook secret
Documentation Index
Fetch the complete documentation index at: https://docs.questra.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Response
200 - application/json
New secret
The new signing secret. Store it securely — it is only returned here.