webhooks.list
Retrieve all configured webhook endpoints from the Ryft MCP server to monitor payment events and automate financial workflows.
Instructions
List Ryft webhook endpoints.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- src/tools/webhooks.ts:23-28 (handler)Registration and implementation of the 'webhooks.list' tool.
registerTool( 'webhooks.list', 'List Ryft webhook endpoints.', {}, async () => client.get('/webhooks'), );