Chats API
API is ideal for building collaborative or real-time messaging platforms with rich interaction capabilities.
Last updated
API is ideal for building collaborative or real-time messaging platforms with rich interaction capabilities.
Last updated
The Chats API is currently in a closed beta phase and not publicly available.
Access is limited to selected partners for testing and feedback purposes.
The Chats API offers a comprehensive set of endpoints designed to manage conversations and user interactions within a chat environment.
It supports key features:
Create, retrieve, and manage chat messages.
Add, view, and track emoji or custom reactions on messages.
Pin important messages.
For real time events, look at Real Time Events
Fetches a list of chat messages in a paginated format. Supports sorting by creation time, pinned status, or specific reaction types.
The number of items to skip before starting to return results. Useful for paginating through results.
0
Example: 10
The number of items to return. Used for paginating results. Limits the size of the result set.
20
Example: 20
The field by which to sort the results. Supported values include 'CreatedAt', 'Pinned', and reaction types like ':thumbsup:' or ':thumbsdown:'.
CreatedAt
Example: Pinned
Possible values: Determines whether the sorting should be in ascending order. Set to 'false' for descending order.
true
Example: false
Success