{ "opencollection": "1.0.0", "info": { "name": "Bridge RESO Web Agents Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhook Endpoints", "type": "http" }, "http": { "method": "GET", "url": "https://api.bridgedataoutput.com/api/v2/OData/:dataset/webhooks", "params": [ { "name": "dataset", "value": "", "type": "path" } ] }, "docs": "List Webhook Endpoints" }, { "info": { "name": "Create Webhook Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.bridgedataoutput.com/api/v2/OData/:dataset/webhooks", "params": [ { "name": "dataset", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Webhook Endpoint" }, { "info": { "name": "Get Webhook Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.bridgedataoutput.com/api/v2/OData/:dataset/webhooks/:webhookId", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Get Webhook Endpoint" }, { "info": { "name": "Update Webhook Endpoint", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.bridgedataoutput.com/api/v2/OData/:dataset/webhooks/:webhookId", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "webhookId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Webhook Endpoint" }, { "info": { "name": "Delete Webhook Endpoint", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bridgedataoutput.com/api/v2/OData/:dataset/webhooks/:webhookId", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Delete Webhook Endpoint" }, { "info": { "name": "Test Webhook Endpoint", "type": "http" }, "http": { "method": "POST", "url": "https://api.bridgedataoutput.com/api/v2/OData/:dataset/webhooks/:webhookId/test", "params": [ { "name": "dataset", "value": "", "type": "path" }, { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Sends a test event to the endpoint while in disabled state to verify reachability and signature handling." } ] } ], "bundled": true }