{ "opencollection": "1.0.0", "info": { "name": "LawVu Account Auth WebhookSubscriptions API", "version": "1.0" }, "items": [ { "info": { "name": "WebhookSubscriptions", "type": "folder" }, "items": [ { "info": { "name": "Get all subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions" }, "docs": "Retrieve all existing webhook subscriptions" }, { "info": { "name": "Create a subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a webhook subscription to receive notifications on events occuring in LawVu" }, { "info": { "name": "Get a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the subscription" } ] }, "docs": "Retrieve an existing webhook subscription" }, { "info": { "name": "Delete a subscription", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-sandbox.lawvu.com/account-apis/v1/webhooks/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the subscription" } ] }, "docs": "Deleting a webhook subscription will stop notifications for that subscription" } ] } ], "bundled": true }