---
title: "Twilio Sip Webhook"
method: GET
path: "/api/v1/twilio_sip_webhook"
tags: ["twilio"]
---

# Twilio Sip Webhook

`GET /api/v1/twilio_sip_webhook`

Handle Twilio SIP Domain webhook for call forwarding.

This endpoint processes incoming SIP calls from Twilio and generates
TwiML instructions to forward the call to the appropriate phone number.
The SIP URI format is expected to be: sip:+1DESTINATION,+1PURCHASEDNUMBER@twilio-interconnect.daily.co

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid 'To' address format

---

[API](https://skmtc.net/outrival/apis/fastapi.md) · [All operations](https://skmtc.net/outrival/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outrival/fastapi/revisions/2ccec534ffce/schema)
