---
title: "Vonage Sip Webhook"
method: GET
path: "/api/v1/vonage_sip_webhook"
tags: ["vonage"]
---

# Vonage Sip Webhook

`GET /api/v1/vonage_sip_webhook`

Handle Vonage SIP Domain webhook for inbound and outbound calls.

This endpoint processes incoming SIP calls from Vonage and generates
NCCO object to forward the call to the appropriate phone number.
Custome query params can be added to the SIP URI. Those will be prepended with "SipHeader_" by Vonage server side.
The SIP URI format is expected to be: sip:+1DESTINATION@outrival.sip-us.vonage.com?SipHeader_X-from=PURCHASEDNUMBER&SipHeader_X-joma_auth=JOMA_VONAGE_AUTH

## Response `200`

Successful Response

- unknown

---

[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/7bcf41dff3cb/schema)
