---
title: "POST realtime_call_incoming"
method: POST
path: "realtime_call_incoming"
---

# POST realtime_call_incoming

`POST realtime_call_incoming` (webhook)

Sent when Realtime API Receives a incoming SIP call.

## Payload

- WebhookRealtimeCallIncoming — Sent when Realtime API Receives a incoming SIP call.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the model response was completed.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `call_id` string, required — The unique ID of this call.
    - `sip_headers` object[], required — Headers from the SIP Invite.
      - `name` string, required — Name of the SIP Header.
      - `value` string, required — Value of the SIP Header.
  - `object` 'event' — The object of the event. Always `event`.
  - `type` 'realtime.call.incoming', required — The type of the event. Always `realtime.call.incoming`.

## Acknowledgement `200`

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

---

[API](https://skmtc.net/openai/apis/openapi.md) · [All operations](https://skmtc.net/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openai/openapi/revisions/74cbcf73838f/schema)
