Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Acls

Acls#

About Acls#

Schema#

Access Control List entries

Key Description Type Default Required Support Level
cidr Classless Inter-Domain Routing IP notation for use on the ACL string() true
description Will be added as a comment for quick identification later string(0..30) false
network-list-name The trusted list should represent anything that can issue calls without authorization. The authoritative list should indicate inter-network routing equipment (SBC, etc). string('authoritative' | 'trusted') true
type Allow or deny this CIDR string('allow' | 'deny') allow true

Fetch#

GET /v2/accounts/{ACCOUNT_ID}/acls

curl -v -X GET \
    -H "X-Auth-Token: {AUTH_TOKEN}" \
    http://{SERVER}:8000/v2/accounts/{ACCOUNT_ID}/acls