Public /docs/webhooks docs are live
WatchDog now ships a public /docs/webhooks page so integrators can verify signatures and integrate the incident.acknowledged and incident.resolved events without grepping through the dashboard.
The page covers HMAC-SHA256 signature verification using the X-Polsia-Signature header, with copy-pasteable Node, Python, and Ruby examples plus full payload schemas and the retry / backoff / timeout semantics.
Each event has its own copy-pasteable curl example so you can exercise the round-trip end-to-end before writing a line of integration code.