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
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"