2.6 KiB
2.6 KiB
name, description
| name | description |
|---|---|
| sources-routes | Handle 7 OpenAPI operation(s) under /v1/sources for the sources route group. |
sources API Routes
Handle 7 OpenAPI operation(s) under /v1/sources for the sources 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_sources
- Operation ID:
post_sources - Route:
POST /v1/sources - Mode: WRITE
- Summary: Shares a source
- Body: JSON request body accepted.
get_sources_source
- Operation ID:
get_sources_source - Route:
GET /v1/sources/{source} - Mode: READ
- Summary: Retrieve a source
- Parameters:
client_secretinqueryexpandinquerysourceinpathrequired
- Body: JSON request body accepted.
post_sources_source
- Operation ID:
post_sources_source - Route:
POST /v1/sources/{source} - Mode: WRITE
- Summary: Update a source
- Parameters:
sourceinpathrequired
- Body: JSON request body accepted.
get_sources_source_mandate_notifications_mandate_notification
- Operation ID:
get_sources_source_mandate_notifications_mandate_notification - Route:
GET /v1/sources/{source}/mandate_notifications/{mandate_notification} - Mode: READ
- Summary: Retrieve a Source MandateNotification
- Parameters:
expandinquerymandate_notificationinpathrequiredsourceinpathrequired
- Body: JSON request body accepted.
get_sources_source_source_transactions
- Operation ID:
get_sources_source_source_transactions - Route:
GET /v1/sources/{source}/source_transactions - Mode: READ
- Summary:
List source transactions for a given source.
- Parameters:
ending_beforeinqueryexpandinquerylimitinquerysourceinpathrequiredstarting_afterinquery
- Body: JSON request body accepted.
get_sources_source_source_transactions_source_transaction
- Operation ID:
get_sources_source_source_transactions_source_transaction - Route:
GET /v1/sources/{source}/source_transactions/{source_transaction} - Mode: READ
- Summary: Retrieve a source transaction
- Parameters:
expandinquerysourceinpathrequiredsource_transactioninpathrequired
- Body: JSON request body accepted.
post_sources_source_verify
- Operation ID:
post_sources_source_verify - Route:
POST /v1/sources/{source}/verify - Mode: WRITE
- Summary:
Verify a given source.
- Parameters:
sourceinpathrequired
- Body: JSON request body accepted.