---
title: "POST safety_identifier_blocked"
method: POST
path: "safety_identifier_blocked"
---

# POST safety_identifier_blocked

`POST safety_identifier_blocked` (webhook)

## Payload

- WebhookSafetyIdentifierBlocked — Sent when a request associated with a safety identifier has been blocked.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the request was blocked.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `safety_identifier` string, required — The stable safety identifier associated with the blocked request.
    - `safety_category` string, required — The safety category that triggered the block, such as `bio` or `cyber`.
    - `request_id` string — The OpenAI request ID for the blocked request, if available.
    - `project_id` string — The project associated with the blocked request, if available.
    - `model` string — The model used for the blocked request, if available.
  - `object` 'event' — The object of the event. Always `event`.
  - `type` 'safety_identifier.blocked', required — The type of the event. Always `safety_identifier.blocked`.

## Acknowledgement `200`

Return a 200 status code to acknowledge receipt of the event. Non-200
status codes will be retried.

---

[API](https://skmtc.dev/openai/apis/openai-api.md) · [All operations](https://skmtc.dev/openai/apis/openai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openai-api/revisions/e0508a503b84/schema)
