---
title: "List Organization Sip Ip Ranges"
method: GET
path: "/api/v1/organizations/sip_ip_ranges/"
tags: ["organizations.sip_ip_ranges"]
---

# List Organization Sip Ip Ranges

`GET /api/v1/organizations/sip_ip_ranges/`

List SIP signaling/media IP ranges for the current organization.

## Response `200`

Successful Response

- OrganizationSipIpRange[]
  - `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

---

[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)
