{ "opencollection": "1.0.0", "info": { "name": "Vendr OpenPrice Catalog Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.vendr.com/v1/webhooks" }, "docs": "List all registered webhook subscriptions for the current account." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.vendr.com/v1/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribe to Vendr data processing events by registering a webhook endpoint. Receive real-time notifications for workflow updates, document uploads, comments, and other events." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vendr.com/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "Unique identifier for the webhook subscription" } ] }, "docs": "Remove a webhook subscription by ID." } ] } ], "bundled": true }