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
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.