TD Bank · Capability

TD Bank Apps Management API — Apps

TD Bank Apps Management v2 — fintech-app CRUD, subscriptions, FDX cluster purchases, entity lookup. 7 operations.

TD Bank Apps Management API — Apps is a Naftiko capability published by TD Bank, one of 16 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 TD Bank, Apps Management, Akoya, and Open Banking.

Run with Naftiko TD BankApps ManagementAkoyaOpen Banking

Capability Spec

apps-management-apps.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD Bank Apps Management API — Apps
  description: 'TD Bank Apps Management v2 — fintech-app CRUD, subscriptions, FDX cluster purchases, entity lookup. 7 operations.'
  tags:
  - TD Bank
  - Apps Management
  - Akoya
  - Open Banking
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    TD_BANK_SERVICE_TOKEN: TD_BANK_SERVICE_TOKEN
capability:
  consumes:
  - type: http
    namespace: apps-management-apps
    baseUri: https://api.openbanking.amcb.developer.td.com/apps/v2
    description: TD Apps Management API v2.
    resources:
    - name: apps
      path: /apps
      operations:
      - name: listapps
        method: GET
        description: List Apps
      - name: createapp
        method: POST
        description: Create App
    - name: apps-appId
      path: /apps/{appId}
      operations:
      - name: getapp
        method: GET
        description: Get App
        inputParameters:
        - name: appId
          in: path
          type: string
          required: true
      - name: updateapp
        method: PUT
        description: Update App
        inputParameters:
        - name: appId
          in: path
          type: string
          required: true
    - name: apps-appId-subscriptions
      path: /apps/{appId}/subscriptions
      operations:
      - name: listappsubscriptions
        method: GET
        description: List App Subscriptions
        inputParameters:
        - name: appId
          in: path
          type: string
          required: true
    - name: apps-appId-clusters
      path: /apps/{appId}/clusters
      operations:
      - name: listappclusters
        method: GET
        description: List Purchased FDX Clusters
        inputParameters:
        - name: appId
          in: path
          type: string
          required: true
    - name: clusters-clusterId-entities
      path: /clusters/{clusterId}/entities
      operations:
      - name: listclusterentities
        method: GET
        description: List Entities Supporting Cluster
        inputParameters:
        - name: clusterId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.TD_BANK_SERVICE_TOKEN}}'
  exposes:
  - type: rest
    namespace: apps-management-rest
    port: 8080
    description: REST adapter for TD Apps Management API.
    resources:
    - path: /v2/apps
      name: apps