Auth0 · Capability

Auth0 Management API — Network Acls

Auth0 Management API capability covering the Network Acls resource group (2 paths). Self-contained Naftiko capability covering one Auth0 Management surface. 6 operations.

Auth0 Management API — Network Acls is a Naftiko capability published by Auth0, one of 68 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Auth0, Management API, and Network Acls.

Run with Naftiko Auth0Management APINetwork Acls

Capability Spec

auth0-management-network-acls.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Auth0 Management API \u2014 Network Acls"
  description: Auth0 Management API capability covering the Network Acls resource group (2 paths). Self-contained Naftiko capability covering
    one Auth0 Management surface. 6 operations.
  tags:
  - Auth0
  - Management API
  - Network Acls
  created: '2026-05-22'
  modified: '2026-05-22'
binds:
- namespace: env
  keys:
    AUTH0_DOMAIN: AUTH0_DOMAIN
    AUTH0_MGMT_TOKEN: AUTH0_MGMT_TOKEN
capability:
  consumes:
  - type: http
    namespace: auth0-management-network-acls
    baseUri: https://{AUTH0_DOMAIN}/api/v2
    description: "Auth0 Management API \u2014 Network Acls resource group. Self-contained."
    resources:
    - name: network-acls
      path: /network-acls
      operations:
      - name: get_network-acls
        method: GET
        description: Get All Access Control List Entries for a Tenant
        outputRawFormat: json
      - name: post_network-acls
        method: POST
        description: Create Access Control List
        outputRawFormat: json
    - name: network-acls-id
      path: /network-acls/{id}
      operations:
      - name: get_network-acls_by_id
        method: GET
        description: Get a Specific Access Control List Entry for a Tenant
        outputRawFormat: json
      - name: delete_network-acls_by_id
        method: DELETE
        description: Delete Access Control List
        outputRawFormat: json
      - name: patch_network-acls_by_id
        method: PATCH
        description: Partial Update for an Access Control List
        outputRawFormat: json
      - name: put_network-acls_by_id
        method: PUT
        description: Update Access Control List
        outputRawFormat: json