naftiko: 1.0.0-alpha2 info: label: TD Bank Tax Forms API — Tax Forms description: 'TD Bank Tax Forms — FDX v6.2 1099/tax-form listing and PDF retrieval per consented account. 2 operations.' tags: - TD Bank - Tax Forms - 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: tax-forms-tax-forms baseUri: https://api.openbanking.amcb.developer.td.com/fdx/v6 description: TD Tax Forms API. resources: - name: accounts-accountId-tax-forms path: /accounts/{accountId}/tax-forms operations: - name: listtaxforms method: GET description: List Tax Forms inputParameters: - name: accountId in: path type: string required: true - name: accounts-accountId-tax-forms-taxFormId path: /accounts/{accountId}/tax-forms/{taxFormId} operations: - name: gettaxform method: GET description: Get Tax Form inputParameters: - name: accountId in: path type: string required: true - name: taxFormId in: path type: string required: true authentication: type: bearer token: '{{env.TD_BANK_API_KEY}}' exposes: - type: rest namespace: tax-forms-rest port: 8080 description: REST adapter for TD Tax Forms API. resources: - path: /v1/tax-forms name: taxForms