{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Create API", "version": "1.0" }, "items": [ { "info": { "name": "Create", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Admin Conversations Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a public or private channel-based conversation." }, { "info": { "name": "Slack Post Admin Teams Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an Enterprise team." }, { "info": { "name": "Create Canvas", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/canvases.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a Slack Canvas." }, { "info": { "name": "Slack Post Conversations Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a public or private channel-based conversation" }, { "info": { "name": "Create List", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/slackLists.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Slack List for tracking work items, tasks, or records." }, { "info": { "name": "Create List Item", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/slackLists.items.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new item (row) in a Slack List." }, { "info": { "name": "Slack Post User Groups Create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/usergroups.create", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a User Group" } ] } ], "bundled": true }