Sent when a deactivation is issued for a safety identifier in your organization. Retrieve the case details with GET /v1/safety/cases/{id} using data.id.

postWebhooksafety_deactivation_issued

Payload

idstring required

The unique ID of the webhook event.

object'event' required

Always event.

created_atinteger required

The Unix timestamp in seconds when the event was created.

type'safety.deactivation_issued' required

Always safety.deactivation_issued.

Response

Return any 2xx status code to acknowledge receipt. A 410 Gone response also stops retries; other non-2xx responses are retried.

Changes