{ "opencollection": "1.0.0", "info": { "name": "Cvent REST Attendees Webhooks 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": "Webhooks", "type": "folder" }, "items": [ { "info": { "name": "List webhook subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://api-platform.cvent.com/ea/webhooks" }, "docs": "List webhook subscriptions" }, { "info": { "name": "Create webhook subscription", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/ea/webhooks", "body": { "type": "json", "data": "{}" } }, "docs": "Create webhook subscription" } ] } ], "bundled": true }