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

postWebhooksafety_warning_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.warning_issued' required

Always safety.warning_issued.

Response

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

Changes