{ "opencollection": "1.0.0", "info": { "name": "Looker Studio Assets oEmbed API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "oEmbed", "type": "folder" }, "items": [ { "info": { "name": "Looker Studio Get report via short link", "type": "http" }, "http": { "method": "GET", "url": "https://datastudio.googleapis.com/v1/s/:shortId", "params": [ { "name": "shortId", "value": "", "type": "path", "description": "The short link identifier for the shared report." } ] }, "docs": "Access a Looker Studio report using a shortened sharing URL. These URLs are generated by the Looker Studio sharing interface and can be used for oEmbed-compatible embedding on platforms such as Medium and Reddit." } ] } ], "bundled": true }