{ "opencollection": "1.0.0", "info": { "name": "Argilla v1 Authentication webhooks API", "version": "2.8.0" }, "items": [ { "info": { "name": "webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/webhooks", "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "List Webhooks" }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://argilla.io/api/v1/webhooks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Create Webhook" }, { "info": { "name": "Update Webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://argilla.io/api/v1/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Update Webhook" }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://argilla.io/api/v1/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Delete Webhook" }, { "info": { "name": "Ping Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://argilla.io/api/v1/webhooks/:webhook_id/ping", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Ping Webhook" } ] } ], "bundled": true }