Tech Data · Capability

TD SYNNEX StreamOne Ion API — Subscriptions

TD SYNNEX StreamOne Ion API — Subscriptions. 2 operations. Lead operation: List Customer Subscriptions. Self-contained Naftiko capability covering one Tech Data business surface.

Run with Naftiko Tech DataSubscriptions

What You Can Do

GET
Listcustomersubscriptions — List Customer Subscriptions
/v1/v3/accounts/{accountid}/customers/{customerid}/subscriptions
GET
Getcustomersubscription — Get Customer Subscription
/v1/v3/accounts/{accountid}/customers/{customerid}/subscriptions/{subscriptionid}

MCP Tools

list-customer-subscriptions

List Customer Subscriptions

read-only idempotent
get-customer-subscription

Get Customer Subscription

read-only idempotent

Capability Spec

streamone-ion-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD SYNNEX StreamOne Ion API — Subscriptions
  description: 'TD SYNNEX StreamOne Ion API — Subscriptions. 2 operations. Lead operation: List Customer Subscriptions. Self-contained
    Naftiko capability covering one Tech Data business surface.'
  tags:
  - Tech Data
  - Subscriptions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TECH_DATA_API_KEY: TECH_DATA_API_KEY
capability:
  consumes:
  - type: http
    namespace: streamone-ion-subscriptions
    baseUri: https://ion.tdsynnex.com/api
    description: TD SYNNEX StreamOne Ion API — Subscriptions business capability. Self-contained, no shared references.
    resources:
    - name: v3-accounts-accountId-customers-customerId-subscriptions
      path: /v3/accounts/{accountId}/customers/{customerId}/subscriptions
      operations:
      - name: listcustomersubscriptions
        method: GET
        description: List Customer Subscriptions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v3-accounts-accountId-customers-customerId-subscriptions-subscriptionId
      path: /v3/accounts/{accountId}/customers/{customerId}/subscriptions/{subscriptionId}
      operations:
      - name: getcustomersubscription
        method: GET
        description: Get Customer Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: subscriptionId
          in: path
          type: string
          description: The unique subscription identifier.
          required: true
    authentication:
      type: bearer
      token: '{{env.TECH_DATA_API_KEY}}'
  exposes:
  - type: rest
    namespace: streamone-ion-subscriptions-rest
    port: 8080
    description: REST adapter for TD SYNNEX StreamOne Ion API — Subscriptions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}/subscriptions
      name: v3-accounts-accountid-customers-customerid-subscriptions
      description: REST surface for v3-accounts-accountId-customers-customerId-subscriptions.
      operations:
      - method: GET
        name: listcustomersubscriptions
        description: List Customer Subscriptions
        call: streamone-ion-subscriptions.listcustomersubscriptions
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v3/accounts/{accountid}/customers/{customerid}/subscriptions/{subscriptionid}
      name: v3-accounts-accountid-customers-customerid-subscriptions-subscriptionid
      description: REST surface for v3-accounts-accountId-customers-customerId-subscriptions-subscriptionId.
      operations:
      - method: GET
        name: getcustomersubscription
        description: Get Customer Subscription
        call: streamone-ion-subscriptions.getcustomersubscription
        with:
          subscriptionId: rest.subscriptionId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: streamone-ion-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for TD SYNNEX StreamOne Ion API — Subscriptions. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-customer-subscriptions
      description: List Customer Subscriptions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamone-ion-subscriptions.listcustomersubscriptions
      outputParameters:
      - type: object
        mapping: $.
    - name: get-customer-subscription
      description: Get Customer Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streamone-ion-subscriptions.getcustomersubscription
      with:
        subscriptionId: tools.subscriptionId
      outputParameters:
      - type: object
        mapping: $.