GET /webhooks · POST /webhooks
Webhook endpoints
An endpoint subscribed to compliance.status_changed is the answer to polling the rollup: the API calls the partner when the verdict moves, instead of the partner asking. This demo registers endpoints and lists them. It does not receive deliveries — there is no public URL here to deliver to, and a signature verifier nothing can call would be a claim rather than a demonstration.
Registered — GET /webhooks
fetch failed (connect ECONNREFUSED 127.0.1.1:443, connect ENETUNREACH 2a01:4f8:1c1a:43d2:::443 - Local (:::0))
The list carries no signing secret. The contract returns it on the create response only, so there is no call that reads one back — which is why the registration below shows it once and this list never can.
Register — POST /webhooks
fetch failed (connect ECONNREFUSED 127.0.1.1:443, connect ENETUNREACH 2a01:4f8:1c1a:43d2:::443 - Local (:::0))