{ "opencollection": "1.0.0", "info": { "name": "GoToWebinar REST Attendees Co-Organizers API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://authentication.logmeininc.com/oauth/authorize", "accessTokenUrl": "https://authentication.logmeininc.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Co-Organizers", "type": "folder" }, "items": [ { "info": { "name": "List Co-Organizers", "type": "http" }, "http": { "method": "GET", "url": "https://api.getgo.com/G2W/rest/v2/organizers/:organizerKey/webinars/:webinarKey/coorganizers", "params": [ { "name": "organizerKey", "value": "", "type": "path", "description": "Authenticated organizer's key." }, { "name": "webinarKey", "value": "", "type": "path", "description": "Unique key identifying a webinar." } ] }, "docs": "List Co-Organizers" }, { "info": { "name": "Create Co-Organizers", "type": "http" }, "http": { "method": "POST", "url": "https://api.getgo.com/G2W/rest/v2/organizers/:organizerKey/webinars/:webinarKey/coorganizers", "params": [ { "name": "organizerKey", "value": "", "type": "path", "description": "Authenticated organizer's key." }, { "name": "webinarKey", "value": "", "type": "path", "description": "Unique key identifying a webinar." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Co-Organizers" } ] } ], "bundled": true }