{ "opencollection": "1.0.0", "info": { "name": "FireHydrant REST Audits Change Events API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Change Events", "type": "folder" }, "items": [ { "info": { "name": "Create a change event", "type": "http" }, "http": { "method": "POST", "url": "https://api.firehydrant.io/v1/change_events", "body": { "type": "json", "data": "{}" } }, "docs": "Create a change event" }, { "info": { "name": "Retrieve a change event", "type": "http" }, "http": { "method": "GET", "url": "https://api.firehydrant.io/v1/change_events/:change_event_id", "params": [ { "name": "change_event_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a change event" }, { "info": { "name": "Delete a change event", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.firehydrant.io/v1/change_events/:change_event_id", "params": [ { "name": "change_event_id", "value": "", "type": "path" } ] }, "docs": "Delete a change event" } ] } ], "bundled": true }