34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
---
|
|
name: link-account-sessions-routes
|
|
description: Handle 2 OpenAPI operation(s) under /v1/link_account_sessions for the link account sessions route group.
|
|
---
|
|
|
|
# link account sessions API Routes
|
|
|
|
Handle 2 OpenAPI operation(s) under /v1/link_account_sessions for the link account sessions 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
|
|
|
|
### post_link_account_sessions
|
|
|
|
- Operation ID: `post_link_account_sessions`
|
|
- Route: `POST /v1/link_account_sessions`
|
|
- Mode: WRITE
|
|
- Summary: Create a Session
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_link_account_sessions_session
|
|
|
|
- Operation ID: `get_link_account_sessions_session`
|
|
- Route: `GET /v1/link_account_sessions/{session}`
|
|
- Mode: READ
|
|
- Summary: Retrieve a Session
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `session` in `path` required
|
|
- Body: JSON request body accepted.
|