{ "opencollection": "1.0.0", "info": { "name": "ClearSlide Platform Insights Links API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://oauth.platform.clearslide.com/oauth/authorize", "accessTokenUrl": "https://oauth.platform.clearslide.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Links", "type": "folder" }, "items": [ { "info": { "name": "Create a trackable link", "type": "http" }, "http": { "method": "POST", "url": "https://platform.clearslide.com/links", "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://oauth.platform.clearslide.com/oauth/authorize", "accessTokenUrl": "https://oauth.platform.clearslide.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Creates a trackable link for a presentation." } ] } ], "bundled": true }