TD Bank · Capability

TD Bank Notifications API — Notifications

TD Bank Notifications — maintenance and consent events on the TD/Akoya network. 2 operations.

TD Bank Notifications API — Notifications 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, Notifications, Akoya, and Open Banking.

Run with Naftiko TD BankNotificationsAkoyaOpen Banking

Capability Spec

notifications-notifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD Bank Notifications API — Notifications
  description: 'TD Bank Notifications — maintenance and consent events on the TD/Akoya network. 2 operations.'
  tags:
  - TD Bank
  - Notifications
  - 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: notifications-notifications
    baseUri: https://api.openbanking.amcb.developer.td.com/notifications/v1
    description: TD Notifications API.
    resources:
    - name: notifications
      path: /notifications
      operations:
      - name: listnotifications
        method: GET
        description: List Notifications
    - name: notifications-notificationId
      path: /notifications/{notificationId}
      operations:
      - name: getnotification
        method: GET
        description: Get Notification
        inputParameters:
        - name: notificationId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.TD_BANK_SERVICE_TOKEN}}'
  exposes:
  - type: rest
    namespace: notifications-rest
    port: 8080
    description: REST adapter for TD Notifications API.
    resources:
    - path: /v1/notifications
      name: notifications