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