Slack API Domain

Slack API API

Chat posting, channel listing, user listing, and auth-test envelopes

API Prefix

/api/slack

Every endpoint hangs off this prefix so you can compose requests consistently.

Endpoint coverage

4

Curated routes spanning common workflows

Playground ready

Deep link directly into the playground with your preferred method and path.

Open in Playground

Capabilities

What you can simulate

Mix and match endpoints to validate dashboards, onboarding flows, error states, and integration docs before touching production systems.

1

chat.postMessage payloads and message echoes

2

users.list and conversations.list endpoints

3

Cursor pagination for Slack-style browsing

4

auth.test support for connection checks

5

Perfect for bot and workflow demos

6

Slack envelope compatibility for client code

Endpoints

Available routes

Each endpoint responds with JSON objects modeled after production systems, complete with pagination, filtering, and optional latency controls for stress testing.

GET

/api/slack/api/auth.test

Try it
GET

/api/slack/api/conversations.list

Try it
GET

/api/slack/api/users.list

Try it
POST

/api/slack/api/chat.postMessage

Try it
slack

Prototype chat workflows quickly

Validate Slack bot integrations and admin tooling without a workspace dependency.

Explore more

Other mock API domains

Browse the full library of free mock API domains for your next project.