{ "opencollection": "1.0.0", "info": { "name": "Middesk subpackage_actions subpackage_webhooks API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.middesk.com/v1/webhooks", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number" }, { "name": "per_page", "value": "", "type": "query", "description": "Items per page" }, { "name": "account", "value": "", "type": "query", "description": "Account slug (super admin only)" } ] }, "docs": "List webhooks" }, { "info": { "name": "Create a webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.middesk.com/v1/webhooks", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook" }, { "info": { "name": "Retrieve a webhook", "type": "http" }, "http": { "method": "GET", "url": "https://api.middesk.com/v1/webhooks/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Webhook ID" } ] }, "docs": "Retrieve a webhook" }, { "info": { "name": "Update a webhook", "type": "http" }, "http": { "method": "PUT", "url": "https://api.middesk.com/v1/webhooks/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Webhook ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a webhook" }, { "info": { "name": "Delete a webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.middesk.com/v1/webhooks/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Webhook ID" } ] }, "docs": "Delete a webhook" }, { "info": { "name": "Retrieve OIDC public keys", "type": "http" }, "http": { "method": "GET", "url": "https://api.middesk.com/v1/webhooks/oidc_keys" }, "docs": "Returns the public keys used for OIDC JWT signature verification" } ] } ], "bundled": true }