List Organization Sip Ip Ranges
List SIP signaling/media IP ranges for the current organization.
GET
/api/v1/organizations/sip_ip_ranges/Authentication
Syllable-API-KeyrequiredSend Syllable-API-Key in the header.
Need a credential? Create or manage an API token in the Syllable Console.
Parameters
This endpoint has no declared parameters.
Responses
200Successful Response
application/json
response
OrganizationSipIpRange[]
required
Item schema
itemsOrganizationSipIpRangerequiredSIP IP range object.
8 fields
typeenum<string>requiredThe SIP IP range type
Allowed values
["signaling","media"]ip_rangestring (ipv4network) | string (ipv6network)requiredThe SIP IP range in CIDR notation
2 options
Option 1string (ipv4network)requiredOption 2string (ipv6network)requiredidintegerrequiredThe organization SIP IP range ID
organization_idintegerrequiredThe Organization ID
verifiedbooleanrequiredWhether 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_atstring (date-time) | nulloptionalThe timestamp when the range was created
updated_atstring (date-time) | nulloptionalThe timestamp when the range was last updated
deleted_atstring (date-time) | nulloptionalThe timestamp when the IP was deleted
Response example
[
{
"type": "string",
"ip_range": "string",
"id": 0,
"organization_id": 0,
"verified": true,
"created_at": "string",
"updated_at": "string",
"deleted_at": "string"
}
]
