Plaid
Connector for the plaid API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://production.plaid.com - Auth:
header:PLAID-CLIENT-ID(pass your key via theapiKeyinput)
Operations
accountsbalanceget— POST /accounts/balance/get — Retrieve real-time balance dataaccountsget— POST /accounts/get — Retrieve accountsapplicationget— POST /application/get — Retrieve information about a Plaid applicationassetreportauditcopycreate— POST /asset_report/audit_copy/create — Create Asset Report Audit Copyassetreportauditcopyget— POST /asset_report/audit_copy/get — Retrieve an Asset Report Audit Copyassetreportauditcopyremove— POST /asset_report/audit_copy/remove — Remove Asset Report Audit Copy
Inputs
apiKey— your plaid API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: accountsbalanceget
apiKey: <your key>