{ "opencollection": "1.0.0", "info": { "name": "Cvent Passkey RegLink REST Authentication Connections API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api-platform.cvent.com/reglink/v1/authentication/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Connections", "type": "folder" }, "items": [ { "info": { "name": "Create a RegLink connection between Cvent Registration and Passkey", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/reglink/v1/connections", "body": { "type": "json", "data": "{}" } }, "docs": "Create a RegLink connection between Cvent Registration and Passkey" } ] } ], "bundled": true }