{ "opencollection": "1.0.0", "info": { "name": "Cvent Passkey RegLink REST Authentication 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": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Issue a Passkey access token", "type": "http" }, "http": { "method": "POST", "url": "https://api-platform.cvent.com/reglink/v1/authentication/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" } ] }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Exchange client credentials (API key/secret issued from the Cvent\nPasskey portal) for an access token that authorises subsequent\nRegLink requests.\n" } ] } ], "bundled": true }