111 lines
2.8 KiB
Markdown
111 lines
2.8 KiB
Markdown
---
|
|
name: item-routes
|
|
description: Handle 12 OpenAPI operation(s) under /item for the item route group.
|
|
---
|
|
|
|
# item API Routes
|
|
|
|
Handle 12 OpenAPI operation(s) under /item for the item 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
|
|
|
|
### item_activity_list
|
|
|
|
- Operation ID: `item_activity_list`
|
|
- Route: `POST /item/activity/list`
|
|
- Mode: WRITE
|
|
- Summary: List a historical log of user consent events
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_application_list
|
|
|
|
- Operation ID: `item_application_list`
|
|
- Route: `POST /item/application/list`
|
|
- Mode: WRITE
|
|
- Summary: List a user's connected applications
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_application_unlink
|
|
|
|
- Operation ID: `item_application_unlink`
|
|
- Route: `POST /item/application/unlink`
|
|
- Mode: WRITE
|
|
- Summary: Unlink a user's connected application
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_application_scopes_update
|
|
|
|
- Operation ID: `item_application_scopes_update`
|
|
- Route: `POST /item/application/scopes/update`
|
|
- Mode: WRITE
|
|
- Summary: Update the scopes of access for a particular application
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_get
|
|
|
|
- Operation ID: `item_get`
|
|
- Route: `POST /item/get`
|
|
- Mode: WRITE
|
|
- Summary: Retrieve an Item
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_remove
|
|
|
|
- Operation ID: `item_remove`
|
|
- Route: `POST /item/remove`
|
|
- Mode: WRITE
|
|
- Summary: Remove an Item
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_products_terminate
|
|
|
|
- Operation ID: `item_products_terminate`
|
|
- Route: `POST /item/products/terminate`
|
|
- Mode: WRITE
|
|
- Summary: Terminate products for an Item
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_webhook_update
|
|
|
|
- Operation ID: `item_webhook_update`
|
|
- Route: `POST /item/webhook/update`
|
|
- Mode: WRITE
|
|
- Summary: Update Webhook URL
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_access_token_invalidate
|
|
|
|
- Operation ID: `item_access_token_invalidate`
|
|
- Route: `POST /item/access_token/invalidate`
|
|
- Mode: WRITE
|
|
- Summary: Invalidate access_token
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_public_token_exchange
|
|
|
|
- Operation ID: `item_public_token_exchange`
|
|
- Route: `POST /item/public_token/exchange`
|
|
- Mode: WRITE
|
|
- Summary: Exchange public token for an access token
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_create_public_token
|
|
|
|
- Operation ID: `item_create_public_token`
|
|
- Route: `POST /item/public_token/create`
|
|
- Mode: WRITE
|
|
- Summary: Create public token
|
|
- Body: JSON request body accepted.
|
|
|
|
### item_import
|
|
|
|
- Operation ID: `item_import`
|
|
- Route: `POST /item/import`
|
|
- Mode: WRITE
|
|
- Summary: Import Item
|
|
- Body: JSON request body accepted.
|