Sent when an approved safety alert is available for an enterprise workspace. Retrieve the alert with an administrator API key for the workspace's backing organization granted chatgpt.enterprise.safety_alerts.read.

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

Always safety.org_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