{ "opencollection": "1.0.0", "info": { "name": "Accelevents Open Attendees Events API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "AUTHENTICATION", "value": "{{AUTHENTICATION}}", "placement": "header" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Get event and design details", "type": "http" }, "http": { "method": "GET", "url": "https://api.accelevents.com/rest/host/event/:eventUrl/eventDetails", "params": [ { "name": "eventUrl", "value": "", "type": "path", "description": "The unique event URL identifier (for example \"demo\" from https://www.accelevents.com/events/demo)." } ] }, "docs": "Retrieves event and design details for an event identified by its unique event URL. Confirmed in the public API reference." }, { "info": { "name": "Check recurring event status", "type": "http" }, "http": { "method": "GET", "url": "https://api.accelevents.com/rest/host/event/:eventUrl/recurringStatus", "params": [ { "name": "eventUrl", "value": "", "type": "path", "description": "The unique event URL identifier (for example \"demo\" from https://www.accelevents.com/events/demo)." } ] }, "docs": "Returns whether an event recurs and its recurring configuration. MODELED path - operation is named in the public reference but the exact route is not confirmed." } ] } ], "bundled": true }