FusionAuth · Capability

FusionAuth API — IP ACL

FusionAuth API — IP ACL. 7 operations. Lead operation: Retrieves the IP Access Control List with the given Id.. Self-contained Naftiko capability covering one business surface.

FusionAuth API — IP ACL is a Naftiko capability published by FusionAuth, one of 33 capabilities the APIs.io network indexes for this provider. It bundles 7 operations across the POST, PATCH, PUT, DELETE, and GET methods rooted at /v1/api/ip-acl.

The capability includes 1 read-only operation and 6 state-changing operations. Lead operation: Creates an IP Access Control List. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include FusionAuth and IP ACL.

Run with Naftiko FusionAuthIP ACL

What You Can Do

POST
Createipaccesscontrollist — Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.
/v1/api/ip-acl
POST
Searchipaccesscontrollistswithid — Searches the IP Access Control Lists with the specified criteria and pagination.
/v1/api/ip-acl/search
POST
Createipaccesscontrollistwithid — Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.
/v1/api/ip-acl/{accessControlListId}
PATCH
Patchipaccesscontrollistwithid — Update the IP Access Control List with the given Id.
/v1/api/ip-acl/{accessControlListId}
PUT
Updateipaccesscontrollistwithid — Updates the IP Access Control List with the given Id.
/v1/api/ip-acl/{accessControlListId}
DELETE
Deleteipaccesscontrollistwithid — Deletes the IP Access Control List for the given Id.
/v1/api/ip-acl/{ipAccessControlListId}
GET
Retrieveipaccesscontrollistwithid — Retrieves the IP Access Control List with the given Id.
/v1/api/ip-acl/{ipAccessControlListId}

MCP Tools

fusionauth-createipaccesscontrollist

Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.

fusionauth-searchipaccesscontrollistswithid

Searches the IP Access Control Lists with the specified criteria and pagination.

fusionauth-createipaccesscontrollistwithid

Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.

fusionauth-patchipaccesscontrollistwithid

Update the IP Access Control List with the given Id.

fusionauth-updateipaccesscontrollistwithid

Updates the IP Access Control List with the given Id.

idempotent
fusionauth-deleteipaccesscontrollistwithid

Deletes the IP Access Control List for the given Id.

idempotent
fusionauth-retrieveipaccesscontrollistwithid

Retrieves the IP Access Control List with the given Id.

read-only idempotent

Capability Spec

fusionauth-ip-acl.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FusionAuth API — IP ACL
  description: 'FusionAuth API — IP ACL. 7 operations. Lead operation: Retrieves the IP Access Control List with the given Id.. Self-contained Naftiko capability covering one business surface.'
  tags:
  - FusionAuth
  - IP ACL
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    FUSIONAUTH_API_KEY: FUSIONAUTH_API_KEY
capability:
  consumes:
  - type: http
    namespace: fusionauth-ip-acl
    baseUri: http://localhost:9011
    description: FusionAuth API — IP ACL business capability. Self-contained, no shared references.
    resources:
    - name: api-ip-acl
      path: /api/ip-acl
      operations:
      - name: createipaccesscontrollist
        method: POST
        description: Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-ip-acl-search
      path: /api/ip-acl/search
      operations:
      - name: searchipaccesscontrollistswithid
        method: POST
        description: Searches the IP Access Control Lists with the specified criteria and pagination.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-ip-acl-accesscontrollistid
      path: /api/ip-acl/{accessControlListId}
      operations:
      - name: createipaccesscontrollistwithid
        method: POST
        description: Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessControlListId
          in: path
          type: string
          description: The Id for the IP Access Control List. If not provided a secure random UUID will be generated.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: patchipaccesscontrollistwithid
        method: PATCH
        description: Update the IP Access Control List with the given Id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessControlListId
          in: path
          type: string
          description: The Id of the IP Access Control List to patch.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: updateipaccesscontrollistwithid
        method: PUT
        description: Updates the IP Access Control List with the given Id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accessControlListId
          in: path
          type: string
          description: The Id of the IP Access Control List to update.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-ip-acl-ipaccesscontrollistid
      path: /api/ip-acl/{ipAccessControlListId}
      operations:
      - name: deleteipaccesscontrollistwithid
        method: DELETE
        description: Deletes the IP Access Control List for the given Id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ipAccessControlListId
          in: path
          type: string
          description: The Id of the IP Access Control List to delete.
          required: true
      - name: retrieveipaccesscontrollistwithid
        method: GET
        description: Retrieves the IP Access Control List with the given Id.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ipAccessControlListId
          in: path
          type: string
          description: The Id of the IP Access Control List.
          required: true
  exposes:
  - type: rest
    namespace: fusionauth-ip-acl-rest
    port: 8080
    description: REST adapter for FusionAuth API — IP ACL. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/ip-acl
      name: api-ip-acl
      description: REST surface for api-ip-acl.
      operations:
      - method: POST
        name: createipaccesscontrollist
        description: Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.
        call: fusionauth-ip-acl.createipaccesscontrollist
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/ip-acl/search
      name: api-ip-acl-search
      description: REST surface for api-ip-acl-search.
      operations:
      - method: POST
        name: searchipaccesscontrollistswithid
        description: Searches the IP Access Control Lists with the specified criteria and pagination.
        call: fusionauth-ip-acl.searchipaccesscontrollistswithid
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/ip-acl/{accessControlListId}
      name: api-ip-acl-accesscontrollistid
      description: REST surface for api-ip-acl-accesscontrollistid.
      operations:
      - method: POST
        name: createipaccesscontrollistwithid
        description: Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.
        call: fusionauth-ip-acl.createipaccesscontrollistwithid
        with:
          accessControlListId: rest.accessControlListId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchipaccesscontrollistwithid
        description: Update the IP Access Control List with the given Id.
        call: fusionauth-ip-acl.patchipaccesscontrollistwithid
        with:
          accessControlListId: rest.accessControlListId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateipaccesscontrollistwithid
        description: Updates the IP Access Control List with the given Id.
        call: fusionauth-ip-acl.updateipaccesscontrollistwithid
        with:
          accessControlListId: rest.accessControlListId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/ip-acl/{ipAccessControlListId}
      name: api-ip-acl-ipaccesscontrollistid
      description: REST surface for api-ip-acl-ipaccesscontrollistid.
      operations:
      - method: DELETE
        name: deleteipaccesscontrollistwithid
        description: Deletes the IP Access Control List for the given Id.
        call: fusionauth-ip-acl.deleteipaccesscontrollistwithid
        with:
          ipAccessControlListId: rest.ipAccessControlListId
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: retrieveipaccesscontrollistwithid
        description: Retrieves the IP Access Control List with the given Id.
        call: fusionauth-ip-acl.retrieveipaccesscontrollistwithid
        with:
          ipAccessControlListId: rest.ipAccessControlListId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: fusionauth-ip-acl-mcp
    port: 9090
    transport: http
    description: MCP adapter for FusionAuth API — IP ACL. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: fusionauth-createipaccesscontrollist
      description: Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fusionauth-ip-acl.createipaccesscontrollist
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fusionauth-searchipaccesscontrollistswithid
      description: Searches the IP Access Control Lists with the specified criteria and pagination.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fusionauth-ip-acl.searchipaccesscontrollistswithid
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fusionauth-createipaccesscontrollistwithid
      description: Creates an IP Access Control List. You can optionally specify an Id on this create request, if one is not provided one will be generated.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fusionauth-ip-acl.createipaccesscontrollistwithid
      with:
        accessControlListId: tools.accessControlListId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fusionauth-patchipaccesscontrollistwithid
      description: Update the IP Access Control List with the given Id.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: fusionauth-ip-acl.patchipaccesscontrollistwithid
      with:
        accessControlListId: tools.accessControlListId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fusionauth-updateipaccesscontrollistwithid
      description: Updates the IP Access Control List with the given Id.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: fusionauth-ip-acl.updateipaccesscontrollistwithid
      with:
        accessControlListId: tools.accessControlListId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fusionauth-deleteipaccesscontrollistwithid
      description: Deletes the IP Access Control List for the given Id.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: fusionauth-ip-acl.deleteipaccesscontrollistwithid
      with:
        ipAccessControlListId: tools.ipAccessControlListId
      outputParameters:
      - type: object
        mapping: $.
    - name: fusionauth-retrieveipaccesscontrollistwithid
      description: Retrieves the IP Access Control List with the given Id.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: fusionauth-ip-acl.retrieveipaccesscontrollistwithid
      with:
        ipAccessControlListId: tools.ipAccessControlListId
      outputParameters:
      - type: object
        mapping: $.