{ "opencollection": "1.0.0", "info": { "name": "Willo Integration API V2 Child Organisations Webhooks API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List Webhooks", "type": "http" }, "http": { "method": "GET", "url": "https://api.willotalent.com/api/integrations/v2/webhooks/" }, "docs": "Lists the configured webhook subscriptions." }, { "info": { "name": "Create Webhook", "type": "http" }, "http": { "method": "POST", "url": "https://api.willotalent.com/api/integrations/v2/webhooks/", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribes a third-party endpoint to a Willo event trigger - New Response, Stage Change, New Comment, or New Score." }, { "info": { "name": "Update Webhook (PUT)", "type": "http" }, "http": { "method": "PUT", "url": "https://api.willotalent.com/api/integrations/v2/webhooks/:key/", "params": [ { "name": "key", "value": "", "type": "path", "description": "The unique key of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Fully replaces a webhook subscription." }, { "info": { "name": "Update Webhook (PATCH)", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.willotalent.com/api/integrations/v2/webhooks/:key/", "params": [ { "name": "key", "value": "", "type": "path", "description": "The unique key of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially updates a webhook subscription." }, { "info": { "name": "Delete Webhook", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.willotalent.com/api/integrations/v2/webhooks/:key/", "params": [ { "name": "key", "value": "", "type": "path", "description": "The unique key of the resource." } ] }, "docs": "Deletes a webhook subscription." } ] } ], "bundled": true }