---
title: "create sip gateway"
method: POST
path: "/SipGateways"
tags: ["Carriers"]
---

# create sip gateway

`POST /SipGateways`

## Request body

- object
  - `voip_carrier_sid` string, uuid, required — voip carrier that provides this gateway
  - `ipv4` string, required
  - `netmask` integer
  - `port` integer
  - `is_active` boolean
  - `inbound` boolean
  - `outbound` boolean

## Response `201`

sip gateway successfully created

- SuccessfulAdd
  - `sid` string, required

## Other responses

- `400` — bad request
- `422` — unprocessable entity
- `500` — system error

## Changes

> 27 revisions in range; 2 could not be searched.

- **2025-04-22** `7412f1926f80` — 1 info
  - added the new optional request property `netmask`
- **2025-03-06** `d813879165bf` — 1 breaking
  - the `port` request property type/format changed from `number`/`` to `integer`/``

[Change history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/SipGateways/post.md)

---

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