{ "opencollection": "1.0.0", "info": { "name": "Humanitec AccountType Event API", "version": "0.28.24" }, "items": [ { "info": { "name": "Event", "type": "folder" }, "items": [ { "info": { "name": "Deletes all Jobs for the Application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId/jobs", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "appId", "value": "", "type": "path", "description": "The Application ID.\n\n" } ] }, "docs": "Deletes all Jobs for the Application" }, { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId/webhooks", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "appId", "value": "", "type": "path", "description": "The Application ID.\n\n" } ] }, "docs": "List Webhooks" }, { "info": { "name": "Create a new Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId/webhooks", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "appId", "value": "", "type": "path", "description": "The Application ID.\n\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Webhook" }, { "info": { "name": "Get a Webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId/webhooks/:jobId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "appId", "value": "", "type": "path", "description": "The Application ID.\n\n" }, { "name": "jobId", "value": "", "type": "path", "description": "The Webhook ID.\n\n" } ] }, "docs": "Get a Webhook" }, { "info": { "name": "Update a Webhook", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId/webhooks/:jobId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "appId", "value": "", "type": "path", "description": "The Application ID.\n\n" }, { "name": "jobId", "value": "", "type": "path", "description": "The Webhook ID.\n\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Webhook" }, { "info": { "name": "Delete a Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.humanitec.io/orgs/:orgId/apps/:appId/webhooks/:jobId", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" }, { "name": "appId", "value": "", "type": "path", "description": "The Application ID.\n\n" }, { "name": "jobId", "value": "", "type": "path", "description": "The Webhook ID.\n\n" } ] }, "docs": "Delete a Webhook" }, { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.humanitec.io/orgs/:orgId/events", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "The Organization ID.\n\n" } ] }, "docs": "List Events" } ] } ], "bundled": true }