{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists auth API", "version": "1.0.0" }, "items": [ { "info": { "name": "auth", "type": "folder" }, "items": [ { "info": { "name": "get_redirected_to_sso_provider", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/auth/sso/:ssoId/authorize", "params": [ { "name": "redirect_uri", "value": "", "type": "query" }, { "name": "login_hint", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "ssoId", "value": "", "type": "path" } ] }, "docs": "Get redirected to SSO provider" }, { "info": { "name": "create_an_exchange_token", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/auth/exchange-token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an exchange token" }, { "info": { "name": "exchange_a_token", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange a token" } ] } ], "bundled": true }