Sent when an approved safety alert is available for an API project. Retrieve the alert with a project API key granted api.safety.alerts.read.

postWebhooksafety_alert_created

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.alert.created' required

Always safety.alert.created.

Response

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

Changes