{ "opencollection": "1.0.0", "info": { "name": "Tive Public Alerts Webhooks API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.tive.com/public/v3/webhooks", "headers": [ { "name": "x-tive-account-id", "value": "" } ] }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.tive.com/public/v3/webhooks", "headers": [ { "name": "x-tive-account-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "At least one of applyToAllTrackers, applyToAllShipments, or applyToAllAlertPresets must be set to true." }, { "info": { "name": "Retrieve a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.tive.com/public/v3/webhooks/:webhookId", "headers": [ { "name": "x-tive-account-id", "value": "" } ], "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Retrieve a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tive.com/public/v3/webhooks/:webhookId", "headers": [ { "name": "x-tive-account-id", "value": "" } ], "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Delete a webhook" } ] } ], "bundled": true }