{ "opencollection": "1.0.0", "info": { "name": "lexoffice (lexware Office) Public Contacts Event Subscriptions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Event Subscriptions", "type": "folder" }, "items": [ { "info": { "name": "List event subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api.lexware.io/v1/event-subscriptions" }, "docs": "List event subscriptions" }, { "info": { "name": "Create an event subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api.lexware.io/v1/event-subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Registers an HTTPS callback URL for an event type. lexoffice POSTs a webhook payload to the callback URL when a matching event fires." }, { "info": { "name": "Retrieve an event subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api.lexware.io/v1/event-subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ] }, "docs": "Retrieve an event subscription" }, { "info": { "name": "Delete an event subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lexware.io/v1/event-subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ] }, "docs": "Delete an event subscription" } ] } ], "bundled": true }