{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access OpenID Connect API", "version": "1.0" }, "items": [ { "info": { "name": "OpenID Connect", "type": "folder" }, "items": [ { "info": { "name": "Exchange OpenID Connect Token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/openid.connect.token", "body": { "type": "form-urlencoded", "data": [ { "name": "client_id", "value": "" }, { "name": "client_secret", "value": "" }, { "name": "code", "value": "" }, { "name": "redirect_uri", "value": "" }, { "name": "grant_type", "value": "" }, { "name": "refresh_token", "value": "" } ] } }, "docs": "Exchanges an authorization code for an OpenID Connect access token and ID token." }, { "info": { "name": "Get OpenID Connect User Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/openid.connect.userInfo", "params": [ { "name": "token", "value": "", "type": "query", "description": "OpenID Connect access token." } ] }, "docs": "Retrieves identity information about a user authenticated via Sign in with Slack." } ] } ], "bundled": true }