{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Share API", "version": "1.0" }, "items": [ { "info": { "name": "Share", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Files Remote Share", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/files.remote.share", "params": [ { "name": "token", "value": "", "type": "query", "description": "Authentication token. Requires scope: `remote_files:share`" }, { "name": "file", "value": "", "type": "query", "description": "Specify a file registered with Slack by providing its ID. Either this field or `external_id` or both are required." }, { "name": "external_id", "value": "", "type": "query", "description": "The globally unique identifier (GUID) for the file, as set by the app registering the file with Slack. Either this field or `file` or both are required." }, { "name": "channels", "value": "", "type": "query", "description": "Comma-separated list of channel IDs where the file will be shared." } ] }, "docs": "Share a remote file into a channel." } ] } ], "bundled": true }