Regenerate the webhook secret for a sender. The old secret will be invalidated immediately.
curl --request POST \
--url https://api.zavu.dev/v1/senders/{senderId}/webhook/secret \
--header 'Authorization: Bearer <token>'{
"secret": "whsec_abc123..."
}Documentation Index
Fetch the complete documentation index at: https://docs.zavu.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url https://api.zavu.dev/v1/senders/{senderId}/webhook/secret \
--header 'Authorization: Bearer <token>'{
"secret": "whsec_abc123..."
}