IXON · Capability

IXON API — WebhookSubscriptionList

IXON API — WebhookSubscriptionList. 4 operations. Lead operation: WebhookSubscriptionList. Self-contained Naftiko capability covering one Ixon business surface.

Run with Naftiko IxonWebhookSubscriptionList

What You Can Do

GET
Get — WebhookSubscriptionList
/v1/webhook-subscriptions
POST
Post — WebhookSubscriptionList
/v1/webhook-subscriptions
PATCH
Patch — WebhookSubscriptionList
/v1/webhook-subscriptions
DELETE
Delete — WebhookSubscriptionList
/v1/webhook-subscriptions

MCP Tools

webhooksubscriptionlist

WebhookSubscriptionList

read-only idempotent
webhooksubscriptionlist-2

WebhookSubscriptionList

webhooksubscriptionlist-3

WebhookSubscriptionList

idempotent
webhooksubscriptionlist-4

WebhookSubscriptionList

idempotent

Capability Spec

ixon-webhooksubscriptionlist.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IXON API — WebhookSubscriptionList
  description: 'IXON API — WebhookSubscriptionList. 4 operations. Lead operation: WebhookSubscriptionList. Self-contained
    Naftiko capability covering one Ixon business surface.'
  tags:
  - Ixon
  - WebhookSubscriptionList
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IXON_API_KEY: IXON_API_KEY
capability:
  consumes:
  - type: http
    namespace: ixon-webhooksubscriptionlist
    baseUri: https://portal.ixon.cloud:443/api
    description: IXON API — WebhookSubscriptionList business capability. Self-contained, no shared references.
    resources:
    - name: webhook-subscriptions
      path: /webhook-subscriptions
      operations:
      - name: get
        method: GET
        description: WebhookSubscriptionList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: post
        method: POST
        description: WebhookSubscriptionList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: patch
        method: PATCH
        description: WebhookSubscriptionList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: delete
        method: DELETE
        description: WebhookSubscriptionList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.IXON_API_KEY}}'
  exposes:
  - type: rest
    namespace: ixon-webhooksubscriptionlist-rest
    port: 8080
    description: REST adapter for IXON API — WebhookSubscriptionList. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/webhook-subscriptions
      name: webhook-subscriptions
      description: REST surface for webhook-subscriptions.
      operations:
      - method: GET
        name: get
        description: WebhookSubscriptionList
        call: ixon-webhooksubscriptionlist.get
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: WebhookSubscriptionList
        call: ixon-webhooksubscriptionlist.post
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: WebhookSubscriptionList
        call: ixon-webhooksubscriptionlist.patch
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: WebhookSubscriptionList
        call: ixon-webhooksubscriptionlist.delete
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ixon-webhooksubscriptionlist-mcp
    port: 9090
    transport: http
    description: MCP adapter for IXON API — WebhookSubscriptionList. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: webhooksubscriptionlist
      description: WebhookSubscriptionList
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ixon-webhooksubscriptionlist.get
      outputParameters:
      - type: object
        mapping: $.
    - name: webhooksubscriptionlist-2
      description: WebhookSubscriptionList
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ixon-webhooksubscriptionlist.post
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: webhooksubscriptionlist-3
      description: WebhookSubscriptionList
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: ixon-webhooksubscriptionlist.patch
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: webhooksubscriptionlist-4
      description: WebhookSubscriptionList
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: ixon-webhooksubscriptionlist.delete
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.