{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Unfurl API", "version": "1.0" }, "items": [ { "info": { "name": "Unfurl", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Chat Unfurl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/chat.unfurl", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Provide custom unfurl behavior for user-posted URLs" } ] } ], "bundled": true }