{ "opencollection": "1.0.0", "info": { "name": "Events - SCM", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "DSV-Subscription-Key", "value": "{{DSV-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "1. Create Events", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/om/events/v2/event", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Events" }, { "info": { "name": "2. Create Events as a Service Provider", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/om/events/v2/event/ServiceProvider", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Events as a Service Provider" } ] } ], "bundled": true }