{ "opencollection": "1.0.0", "info": { "name": "Goodays core events API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "events", "type": "folder" }, "items": [ { "info": { "name": "events_list", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodays.co/v2/events" } }, { "info": { "name": "events_sample_delegated", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodays.co/v2/events/:id/sample_delegated", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "events_sample_message", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodays.co/v2/events/:id/sample_message", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "events_sample_reply", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodays.co/v2/events/:id/sample_reply", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "events_sample_response", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodays.co/v2/events/:id/sample_response", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }