IP Access Control List
Retrieve All IP ACLs
Fetch a paginated list of all IP ACL entries on your Vobiz account to audit whitelisted IPv4 addresses, enabled states, and trunk IP auth coverage globally.
GET
List IP ACLs
Authentication required:
X-Auth-ID- Your account Auth IDX-Auth-Token- Your account Auth TokenContent-Type: application/json
Security Audit: Regularly review this list to ensure only authorized IP addresses are whitelisted. Remove any entries that are no longer needed.
Query Parameters
| Field | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Number of results per page. Default: 20. Maximum: 100. |
offset | integer | No | Number of results to skip for pagination. Default: 0. Use with limit for page navigation. |
Response
Returns a paginated list of IP ACL objects with metadata about pagination state.Response - 200 OK
Examples
cURL - Default Pagination
cURL Request
cURL - Custom Pagination
cURL Request
Pagination Tip: Use
total from the meta object to calculate total pages. For page 2 with limit 20, use offset=20.