{ "opencollection": "1.0.0", "info": { "name": "Cvent REST Attendees Sessions API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/ea/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "List sessions", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/events/:eventId/sessions", "params": [ { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "List sessions" } ] } ], "bundled": true }