Webhook Endpoint
A partner URL subscribed to event types. Deliveries carry a Corgi-Signature header, HMAC-SHA256 over the timestamp and body under the endpoint's secret, shown once at creation.
OBJECTThe Webhook Endpoint objectA partner URL subscribed to event types. Deliveries carry a Corgi-Signature header, HMAC-SHA256 over the timestamp and body under the endpoint's secret, shown once at creation.POSTCreate a webhook endpoint
/webhook-endpoints · Create a webhook endpoint (the secret is returned once)GETList all webhook endpoints/webhook-endpoints · List webhook endpointsGETGet a webhook endpoint by ID/webhook-endpoints/{id}DELETEDelete a webhook endpoint/webhook-endpoints/{id}POSTRotate the signing secret with an overlap during which both secrets sign (the new secret is returned once)/webhook-endpoints/{id}/rotationsGETList signing-secret rotation evidence/webhook-endpoints/{id}/rotations