{ "opencollection": "1.0.0", "info": { "name": "Veem API v1.2 attachment-controller webhook-controller API", "version": "v1.2.1" }, "items": [ { "info": { "name": "webhook-controller", "type": "folder" }, "items": [ { "info": { "name": "Get webhooks", "type": "http" }, "http": { "method": "GET", "url": "//sandbox-api.veem.com/veem/v1.2/webhooks" }, "docs": "Gets all active webhook configurations for the account and platform associated with the provided authorization token." }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "//sandbox-api.veem.com/veem/v1.2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a webhook configuration for the account and platform associated with the provided authorization token" }, { "info": { "name": "Get webhook", "type": "http" }, "http": { "method": "GET", "url": "//sandbox-api.veem.com/veem/v1.2/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "webhookId" } ] }, "docs": "Gets the webhook configuration with the specified ID if it is owned by the account and platform associated with the provided authorization token." }, { "info": { "name": "Update webhook", "type": "http" }, "http": { "method": "PATCH", "url": "//sandbox-api.veem.com/veem/v1.2/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "webhookId" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the webhook configuration with the specified ID if it is owned by the account and platform associated with the provided authorization token" }, { "info": { "name": "Delete webhook", "type": "http" }, "http": { "method": "DELETE", "url": "//sandbox-api.veem.com/veem/v1.2/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path", "description": "webhookId" } ] }, "docs": "Deletes the webhook configuration with the specified ID if it is owned by the account and platform associated with the provided authorization token" } ] } ], "bundled": true }