Apinizer · Capability

Apinizer API — Endpoints

Apinizer API — Endpoints. 1 operations. Lead operation: List Endpoints. Self-contained Naftiko capability covering one Apinizer business surface.

Run with Naftiko ApinizerEndpoints

What You Can Do

GET
Listendpoints — List Endpoints
/v1/gateways/{gatewayid}/endpoints

MCP Tools

list-endpoints

List Endpoints

read-only idempotent

Capability Spec

apinizer-endpoints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apinizer API — Endpoints
  description: 'Apinizer API — Endpoints. 1 operations. Lead operation: List Endpoints. Self-contained Naftiko capability
    covering one Apinizer business surface.'
  tags:
  - Apinizer
  - Endpoints
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APINIZER_API_KEY: APINIZER_API_KEY
capability:
  consumes:
  - type: http
    namespace: apinizer-endpoints
    baseUri: https://api.apinizer.com/v1
    description: Apinizer API — Endpoints business capability. Self-contained, no shared references.
    resources:
    - name: gateways-gatewayId-endpoints
      path: /gateways/{gatewayId}/endpoints
      operations:
      - name: listendpoints
        method: GET
        description: List Endpoints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: gatewayId
          in: path
          type: string
          description: Unique identifier of the gateway
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.APINIZER_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: apinizer-endpoints-rest
    port: 8080
    description: REST adapter for Apinizer API — Endpoints. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/gateways/{gatewayid}/endpoints
      name: gateways-gatewayid-endpoints
      description: REST surface for gateways-gatewayId-endpoints.
      operations:
      - method: GET
        name: listendpoints
        description: List Endpoints
        call: apinizer-endpoints.listendpoints
        with:
          gatewayId: rest.gatewayId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: apinizer-endpoints-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apinizer API — Endpoints. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-endpoints
      description: List Endpoints
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: apinizer-endpoints.listendpoints
      with:
        gatewayId: tools.gatewayId
      outputParameters:
      - type: object
        mapping: $.