{ "opencollection": "1.0.0", "info": { "name": "helicone-api Agent Webhooks API", "version": "1.0.0" }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "GetWebhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.helicone.ai/v1/webhooks", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "NewWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/webhooks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "DeleteWebhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.helicone.ai/v1/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "TestWebhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.helicone.ai/v1/webhooks/:webhookId/test", "params": [ { "name": "webhookId", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }