{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Push API", "version": "1.0" }, "items": [ { "info": { "name": "Push", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Views Push", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/views.push", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "trigger_id", "value": "", "type": "query", "description": "Exchange a trigger to post to the user." }, { "name": "view", "value": "", "type": "query", "description": "A [view payload](/reference/surfaces/views). This must be a JSON-encoded string." } ] }, "docs": "Push a view onto the stack of a root view." } ] } ], "bundled": true }