{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Webhooks API", "version": "4.0.0" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Get Webhook Configuration", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/stream/webhook", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Retrieve the configured webhook URL for video processing notifications." }, { "info": { "name": "Cloudflare Update Webhook Configuration", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/stream/webhook", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set or update the webhook URL for video processing notifications." }, { "info": { "name": "Cloudflare Delete Webhook Configuration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/stream/webhook", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Remove the webhook configuration." } ] } ], "bundled": true }