{ "opencollection": "1.0.0", "info": { "name": "Platform Server Accounts Events API", "version": "3.0.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Receive an Event", "type": "http" }, "http": { "method": "POST", "url": "https://platform-server.exampleanchor.com/event", "body": { "type": "json", "data": "{}" } }, "docs": "Receive a JSON object representing an event.\n" } ] } ], "bundled": true }