---
title: "Create an IP ACL"
method: POST
path: "/api/v1/Account/{auth_id}/ip-acl"
tags: ["IP Access Control List"]
---

# Create an IP ACL

`POST /api/v1/Account/{auth_id}/ip-acl`

Add an IP access control rule to restrict SIP trunk access.

## Path parameters

- `auth_id` string, required

## Request body

- object
  - `name` string, required
  - `ip_address` string, required

## Response `200`

Success

- object
  - `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

## Other responses

- `201` — IP ACL created

---

[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)
