Account Request URL
-Base Endpoint
-
Messages
Get a specific thread. Returns 0 or more messages.
v3/messages/{id}
id
Messages
Send a new message.
v3/channels/{channel_id}/messages
channel_id, content, parent_message_id
Messages
Send a new message with an attachment.
v3/channels/{channel_id}/messages
channel_id, content, parent_message_id, attachment
Messages
Update a message.
v3/messages/{id}
id, content
Reactions
Add a reaction to a message.
v3/messages/{message_id}/reactions
message_id, reaction
Reactions
Remove your reaction from a message.
v3/messages/{message_id}/reactions/me
message_id
Mentions
Find all messages newer than a given date that mention a specific user.
v3/users/{user_id}/mentions
user_id
Threads
Get a list of threads.
v3/threads
page_size, page_token
Threads
Get a specific thread. Returns 0 or more messages.
v3/threads/{id}
id
Threads
Create a new thread.
v3/channels/{channel_id}/threads
channel_id, subject
Threads
Update a thread.
v3/threads/{id}
id, subject
Threads
Delete a thread.
v3/threads/{id}
id
Channels
Get a list of channels.
v3/channels
page_size, page_token
Channels
Get a specific channel.
v3/channels/{id}
id
Channels
Create a new channel.
v3/teams/{team_id}/channels
team_id, name, topic, private, default
Channels
Update a channel.
v3/channels/{id}
id, name, topic, private
Channels
Delete a channel.
v3/channels/{id}
id
Team
Get a specific team.
v3/teams/{id}
id
Users
Get a specific user.
v3/users/{id}
id
Provider
Country HQ
API Type
Categories
Alternatives
Important URLs
Last Updated on
Created At
Upskill for a better future
Want to start tracking API at scale?
Get updates about your favorite APIs and SDKs
We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.