---
title: "POST live_transport_incoming"
method: POST
path: "live_transport_incoming"
---

# POST live_transport_incoming

`POST live_transport_incoming` (webhook)

Sent when an incoming API SIP session is available for Live acceptance.

## Payload

- WebhookLiveTransportIncoming — Sent when an incoming API SIP session is available for Live acceptance. The same pending session can also emit `realtime.call.incoming`; the first successful Realtime or Live accept endpoint selects the runtime surface.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the event was created.
  - `id` string, required — The unique ID of the event.
  - `data` object, required — Event data payload.
    - `type` 'sip', required — The incoming transport type. Always `sip`.
    - `session_id` string, required — The `live_...` ID of the pending SIP session. Forward this value unchanged when accepting or rejecting the call through the Live API.
    - `sip_media_security` union — Media protection selected on the SIP leg during SDP negotiation. `srtp` indicates SRTP; `rtp` indicates unencrypted RTP. Omitted when unknown. This does not describe SIP signaling security or confirm that media has flowed. Clients should handle unrecognized values as unknown.
      - 'rtp' | 'srtp'
      - string
    - `sip_headers` object[], required — Headers from the SIP INVITE, excluding SIP authorization headers. Retained names, values, repeated entries, and order are preserved. Treat these values as untrusted call metadata.
      - `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` 'live.transport.incoming', required — The type of the event. Always `live.transport.incoming`.

## 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/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/d86203de41ae?raw)
