{ "opencollection": "1.0.0", "info": { "name": "Hub API Endpoints agentic-provisioning webhooks API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/settings/webhooks" }, "docs": "List webhooks" }, { "info": { "name": "Create webhook", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/settings/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create webhook" }, { "info": { "name": "Get webhook", "type": "http" }, "http": { "method": "GET", "url": "https://huggingface.co/api/settings/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Get webhook" }, { "info": { "name": "Update webhook", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/settings/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update webhook" }, { "info": { "name": "Delete webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://huggingface.co/api/settings/webhooks/:webhookId", "params": [ { "name": "webhookId", "value": "", "type": "path" } ] }, "docs": "Delete webhook" }, { "info": { "name": "Enable/disable webhook", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/settings/webhooks/:webhookId/:action", "params": [ { "name": "webhookId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] }, "docs": "Enable/disable webhook" }, { "info": { "name": "Replay webhook log", "type": "http" }, "http": { "method": "POST", "url": "https://huggingface.co/api/settings/webhooks/:webhookId/replay/:logId", "params": [ { "name": "webhookId", "value": "", "type": "path" }, { "name": "logId", "value": "", "type": "path" } ] }, "docs": "Replay webhook log" } ] } ], "bundled": true }