Webhooks overview
SafeWeb can POST signed JSON events to endpoints you register for the authenticated partner organization (SW-PARTNER-ID / SW-API-KEY).
Use the pages in this section for CRUD on webhook_endpoints, for signing secret lifecycle, and to inspect failed deliveries. The wire format (headers, body envelope, mandatory response signature, timeouts, retries, and event payloads) is documented in Outbound webhooks so it stays in one place alongside distributor-scoped behaviour.
Outbound webhooks
How signed HTTP POST notifications are delivered to your receiver, what each event type contains, and how to verify responses. Management APIs live under the Partner API (per partner organization) and Distributor API (distributor-scoped webhook URLs and signing secrets).
List webhook endpoints GET
Returns all webhook endpoints registered for the authenticated partner organization, ordered by most recently created first.