{ "opencollection": "1.0.0", "info": { "name": "Personio Public API v2 Absence Periods Webhooks API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "Create a webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.personio.de/v2/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Subscribes a callback URL to receive event payloads for selected\nPerson events.\n" }, { "info": { "name": "Delete a webhook subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.personio.de/v2/webhooks/:webhook_id", "params": [ { "name": "webhook_id", "value": "", "type": "path" } ] }, "docs": "Delete a webhook subscription" } ] } ], "bundled": true }