---
title: "List IP ACLs"
method: GET
path: "/api/v1/Account/{auth_id}/trunks/ip-acl"
tags: ["IP Access Control List"]
---

# List IP ACLs

`GET /api/v1/Account/{auth_id}/trunks/ip-acl`

Retrieve all IP access control rules on the account.

## Path parameters

- `auth_id` string, required

## Response `200`

List of IP ACLs

- object
  - `meta` object, required
    - `limit` integer, required
    - `offset` integer, required
    - `total` integer, required
  - `objects` object[], required
    - `id` string, required
    - `account_id` string, required
    - `ip_address` string, required
    - `description` string, required
    - `enabled` boolean, required
    - `created_at` string, required
    - `updated_at` string, required

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
