{ "opencollection": "1.0.0", "info": { "name": "Hubilo (Virtual PRO) Public Event API", "version": "1.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Event", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubilo.com/api/:apiVersion/integration/event/list", "params": [ { "name": "apiVersion", "value": "", "type": "path", "description": "API version segment (e.g. v1)." } ] }, "docs": "List Events" }, { "info": { "name": "Event Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.hubilo.com/api/:apiVersion/integration/event/detail", "params": [ { "name": "apiVersion", "value": "", "type": "path", "description": "API version segment (e.g. v1)." } ] }, "docs": "Event Details" }, { "info": { "name": "Remove Event", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubilo.com/api/:apiVersion/integration/event/delete", "params": [ { "name": "apiVersion", "value": "", "type": "path", "description": "API version segment (e.g. v1)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove Event" } ] } ], "bundled": true }