latestOpenAPI 3.0.3MIT2026-08-124627160.3 KB

c04c2c708bf9

Access Control List
SIP Trunks

List all ACLs for a trunk

Get all access control list entries for a trunk.

get/trunks/{trunkId}/accessControlLists

Response

The list of access control list entries

accessControlListIdsstring[]

Array of AccessControlList ids

totalItemsinteger

Total size of the result.

pageNumberstring

The token to be used for listing the next page

sizeinteger

The number of items per page. default is 1000

Example response

{
  "totalItems": 10000,
  "pageNumber": "1",
  "size": 2000
}