{ "opencollection": "1.0.0", "info": { "name": "B3OS Workflow Action Webhook Events API", "version": "1.0" }, "items": [ { "info": { "name": "Webhook Events", "type": "folder" }, "items": [ { "info": { "name": "List webhook events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/webhook-events", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of events to return (default 20, max 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination (default 0)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "List webhook events for the organization with pagination" }, { "info": { "name": "POST /v1/webhook-events/{eventId}/replay", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/webhook-events/:eventId/replay", "params": [ { "name": "eventId", "value": "", "type": "path", "description": "Webhook Event ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Replay a webhook event by re-processing its stored payload" } ] } ], "bundled": true }