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