Slack · GraphQL Specification

Slack GraphQL

Slack does not expose a native public GraphQL endpoint. The Slack platform APIs are REST-based: the Web API (https://slack.com/api/*) is an HTTP/JSON interface, the Events API delivers webhook payloads, Socket Mode uses WebSockets, and the RTM API (legacy) is also WebSocket-based. There is no gRPC surface exposed to third-party developers.

Documentation Endpoint View on GitHub BotsChatCollaborationMessagingProductivityT1Team CommunicationGraphQL

Overview

Slack GraphQL is a GraphQL API specification published by Slack on the APIs.io network.

Slack does not expose a native public GraphQL endpoint. The Slack platform APIs are REST-based: the Web API (https://slack.com/api/*) is an HTTP/JSON interface, the Events API delivers webhook payloads, Socket Mode uses WebSockets, and the RTM API (legacy) is also WebSocket-based. There is no gRPC surface exposed to third-party developers.

The specification includes 5 reference links.

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

Endpoint

References

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 GraphQL Specs · GitHub