Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Generate a new HMAC signing secret for a webhook.
POST /v3/webhooks/:id/rotate-secret
curl -X POST https://api.polynode.dev/v3/webhooks/wh_451e06ca0534/rotate-secret \ -H "Authorization: Bearer YOUR_API_KEY"
{ "secret": "whsec_new_secret_value_here_32chars" }