{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Tests API", "version": "1.0" }, "items": [ { "info": { "name": "Tests", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Auth Test", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/auth.test", "headers": [ { "name": "token", "value": "" } ] }, "docs": "Checks authentication & identity." }, { "info": { "name": "Slack Get Api Test", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api.test", "params": [ { "name": "error", "value": "", "type": "query", "description": "Error response to return" }, { "name": "foo", "value": "", "type": "query", "description": "example property to return" } ] }, "docs": "Checks API calling code." } ] } ], "bundled": true }