plaid_accounts
Retrieve accounts for a Plaid-linked item using client credentials and access token. Optionally filter by account IDs.
Instructions
Get accounts for a Plaid-linked item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Plaid client ID | |
| secret | Yes | Plaid secret key | |
| access_token | Yes | Plaid item access token | |
| account_ids | No | Filter to specific account IDs | |
| environment | No | sandbox, development, or production (default: sandbox) |