2.1 KiB
2.1 KiB
name, description
| name | description |
|---|---|
| linked-accounts-routes | Handle 5 OpenAPI operation(s) under /v1/linked_accounts for the linked accounts route group. |
linked accounts API Routes
Handle 5 OpenAPI operation(s) under /v1/linked_accounts for the linked accounts route group.
Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.
Operations
get_linked_accounts
- Operation ID:
get_linked_accounts - Route:
GET /v1/linked_accounts - Mode: READ
- Summary: List Accounts
- Parameters:
account_holderinqueryending_beforeinqueryexpandinquerylimitinquerysessioninquerystarting_afterinquery
- Body: JSON request body accepted.
get_linked_accounts_account
- Operation ID:
get_linked_accounts_account - Route:
GET /v1/linked_accounts/{account} - Mode: READ
- Summary: Retrieve an Account
- Parameters:
accountinpathrequiredexpandinquery
- Body: JSON request body accepted.
post_linked_accounts_account_disconnect
- Operation ID:
post_linked_accounts_account_disconnect - Route:
POST /v1/linked_accounts/{account}/disconnect - Mode: WRITE
- Summary: Disconnect an Account
- Parameters:
accountinpathrequired
- Body: JSON request body accepted.
get_linked_accounts_account_owners
- Operation ID:
get_linked_accounts_account_owners - Route:
GET /v1/linked_accounts/{account}/owners - Mode: READ
- Summary: List Account Owners
- Parameters:
accountinpathrequiredending_beforeinqueryexpandinquerylimitinqueryownershipinqueryrequiredstarting_afterinquery
- Body: JSON request body accepted.
post_linked_accounts_account_refresh
- Operation ID:
post_linked_accounts_account_refresh - Route:
POST /v1/linked_accounts/{account}/refresh - Mode: WRITE
- Summary: Refresh Account data
- Parameters:
accountinpathrequired
- Body: JSON request body accepted.