{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Resources API", "version": "1.0" }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Apps Permissions Resources List", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/apps.permissions.resources.list", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `none`" }, { "name": "cursor", "value": "", "type": "query", "description": "Paginate through collections of data by setting the `cursor` parameter to a `next_cursor` attribute returned by a previous request's `response_metadata`. Default value fetches the first \"page\" of the collection. See [pagination](/docs/pagination) for more detail." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Returns list of resource grants this app has on a team." } ] } ], "bundled": true }