{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts LookerSingleSignOn API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "LookerSingleSignOn", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get SSO Endpoint", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/looker/sso", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "embedPath", "value": "string", "type": "query", "description": "The embed path query parameter." }, { "name": "filters", "value": "string", "type": "query", "description": "The filters query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get SSO Endpoint via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/looker/sso)." } ] } ], "bundled": true }