TD Bank · Capability

TD Bank Customer API — Customers

TD Bank Customer — FDX v6.2 customer contact and account-holder record. 2 operations. Lead operation: List account holders.

TD Bank Customer API — Customers 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, Customer, FDX, and Open Banking.

Run with Naftiko TD BankCustomerFDXOpen Banking

Capability Spec

customer-customers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: TD Bank Customer API — Customers
  description: 'TD Bank Customer — FDX v6.2 customer contact and account-holder record. 2 operations. Lead operation: List account holders.'
  tags:
  - TD Bank
  - Customer
  - FDX
  - Open Banking
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    TD_BANK_API_KEY: TD_BANK_API_KEY
capability:
  consumes:
  - type: http
    namespace: customer-customers
    baseUri: https://api.openbanking.amcb.developer.td.com/fdx/v6
    description: TD Customer API business capability.
    resources:
    - name: accounts-accountId-customers
      path: /accounts/{accountId}/customers
      operations:
      - name: listaccountcustomers
        method: GET
        description: List Account Holders
        inputParameters:
        - name: accountId
          in: path
          type: string
          required: true
    - name: customers-current
      path: /customers/current
      operations:
      - name: getcurrentcustomer
        method: GET
        description: Get Current Customer
    authentication:
      type: bearer
      token: '{{env.TD_BANK_API_KEY}}'
  exposes:
  - type: rest
    namespace: customer-customers-rest
    port: 8080
    description: REST adapter for TD Customer API.
    resources:
    - path: /v1/customers
      name: customers