IP Access Control List
Create IP ACL
Add an IPv4 address to your Vobiz SIP trunk allowlist so PBX systems, SBCs, or carriers authenticate calls without SIP digest credentials - 130+ countries.
POST
Create an IP ACL
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Label for the entry, such as “Office static IP”, “PBX server”, or “Carrier connection”. Surfaces as description on the returned object. |
ip_address | string | Yes | A single IPv4 address (e.g., 198.51.100.42) or an IPv4 CIDR block (e.g., 10.20.30.0/24). |
CIDR is supported. Whitelist a whole range with CIDR notation (e.g.,
10.20.30.0/24) or a single host. The entry is created enabled: true; to disable it later or change the IP, use Update IP ACL.Response
Returns the complete IP ACL object, including the auto-generatedid UUID and timestamps.
Response - 201 Created
Examples
cURL - Basic IP ACL
cURL Request
cURL - PBX Server IP
cURL Request
Error Response (400 Bad Request): If the IP address format is invalid:
Error Response - 400 Bad Request
NAT Tip: If you are behind NAT or a firewall, determine your public IP with:
curl https://api.ipify.orgAuthorizations
Your Vobiz account Auth ID
Your Vobiz account Auth Token
Path Parameters
Your account Auth ID
Example:
"MA_XXXXXX"