{ "opencollection": "1.0.0", "info": { "name": "Synthesia Assets Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.synthesia.io/v2/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.synthesia.io/v2/webhooks" }, "docs": "Create webhook" }, { "info": { "name": "Retrieve webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.synthesia.io/v2/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Retrieve webhook" }, { "info": { "name": "Delete webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.synthesia.io/v2/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Delete webhook" } ] } ], "bundled": true }