76 lines
2.1 KiB
Markdown
76 lines
2.1 KiB
Markdown
---
|
|
name: linked-accounts-routes
|
|
description: 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_holder` in `query`
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `session` in `query`
|
|
- `starting_after` in `query`
|
|
- 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:
|
|
- `account` in `path` required
|
|
- `expand` in `query`
|
|
- 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:
|
|
- `account` in `path` required
|
|
- 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:
|
|
- `account` in `path` required
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `ownership` in `query` required
|
|
- `starting_after` in `query`
|
|
- 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:
|
|
- `account` in `path` required
|
|
- Body: JSON request body accepted.
|