Slack · Postman Collection

Slack Web API

The Slack Web API is an HTTP-based interface that provides access to all of Slack's platform features. It consists of over 200 methods organized by functional area (chat, conversations, users, files, admin, and more) that apps call over HTTPS with JSON payloads and receive JSON responses. All methods require authentication via OAuth tokens (bot or user) with granular permission scopes, and are subject to tiered rate limits. The Web API supports cursor-based pagination for large result sets and p

52
Requests
52
Folders
View on GitHub Raw JSON BotsChatCollaborationMessagingProductivityT1Team CommunicationPostman Collection

Overview

Slack Web API is a Postman Collection published by Slack on the APIs.io network.

The Slack Web API is an HTTP-based interface that provides access to all of Slack’s platform features. It consists of over 200 methods organized by functional area (chat, conversations, users, files, admin, and more) that apps call over HTTPS with JSON payloads and receive JSON responses. All methods require authentication via OAuth tokens (bot or user) with granular permission scopes, and are subject to tiered rate limits. The Web API supports cursor-based pagination for large result sets and p

The collection contains 52 requests organised into 52 folders.

Tagged areas include Bots, Chat, Collaboration, Messaging, and Productivity.

Requests & Folders

auth.test
auth.revoke
chat.postMessage
chat.update
chat.delete
chat.postEphemeral
chat.scheduleMessage
chat.getPermalink
chat.unfurl
conversations.list
conversations.info
conversations.history
conversations.create
conversations.join
conversations.invite
conversations.leave
conversations.archive
conversations.unarchive
conversations.members
conversations.replies

Related API Specs

Slack Admin API (OpenAPI) Slack Tests API (OpenAPI) Slack Apps API (OpenAPI) Slack Assistant API (OpenAPI) Slack Auth API (OpenAPI) Slack Bookmarks API (OpenAPI) Slack Bots API (OpenAPI) Slack Calls API (OpenAPI) Slack Canvases API (OpenAPI) Slack Chat API (OpenAPI) Slack Conversations API (OpenAPI) Slack Dialog API (OpenAPI) Slack DND API (OpenAPI) Slack Emoji API (OpenAPI) Slack Events API (AsyncAPI) Slack Files API (OpenAPI) Slack Functions API (OpenAPI) Slack Lists API (OpenAPI) Slack Migration API (OpenAPI) Slack OAuth API (OpenAPI) Slack OpenID Connect API (OpenAPI) Slack Pins API (OpenAPI) Slack Reactions API (OpenAPI) Slack Reminders API (OpenAPI) Slack RTM API (OpenAPI) Slack Search API (OpenAPI) Slack Stars API (OpenAPI) Slack Team API (OpenAPI) Slack User Groups API (OpenAPI) Slack Users API (OpenAPI) Slack Views API (OpenAPI) Slack Workflows API (OpenAPI) Slack Web API (OpenAPI)
Back to Slack · All Collections · GitHub