---
title: "Create Organization Sip Ip Range"
method: POST
path: "/api/v1/organizations/sip_ip_ranges/"
tags: ["organizations.sip_ip_ranges"]
---

# Create Organization Sip Ip Range

`POST /api/v1/organizations/sip_ip_ranges/`

Create an unverified SIP signaling/media IP range for the current organization.

## Request body

- OrganizationSipIpRangeCreate — The request body for creating a new SIP IP range.
  - `type` 'signaling' | 'media', required — The type of SIP IP range. Signaling IP ranges are used for SIP signaling traffic (e.g. SIP INVITE, SIP REFER, SIP OPTIONS, etc.), while media IP ranges are used for SIP media traffic (audio and video).
  - `ip_range` union, required — The SIP IP range in CIDR notation
    - string, ipv4network
    - string, ipv6network

## Response `201`

Successful Response

- OrganizationSipIpRange — SIP IP range object.
  - `type` 'signaling' | 'media', required — The type of SIP IP range. Signaling IP ranges are used for SIP signaling traffic (e.g. SIP INVITE, SIP REFER, SIP OPTIONS, etc.), while media IP ranges are used for SIP media traffic (audio and video).
  - `ip_range` union, required — The SIP IP range in CIDR notation
    - string, ipv4network
    - string, ipv6network
  - `id` integer, required — The organization SIP IP range ID
  - `organization_id` integer, required — The Organization ID
  - `verified` boolean, required — Whether Syllable has verified this SIP IP range.Verification implies that the Syllable team has updated the firewall rules on the SBCs, confirmed traffic is correctly established from/to the customer network and calls to Syllable agents are working.
  - `created_at` string, date-time, nullable — The timestamp when the range was created
  - `updated_at` string, date-time, nullable — The timestamp when the range was last updated
  - `deleted_at` string, date-time, nullable — The timestamp when the IP was deleted

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/versions/ac3228f980bb/schema)
