Chats API
API is ideal for building collaborative or real-time messaging platforms with rich interaction capabilities.
Chat Management
Authorizations
AuthorizationstringRequired
Bearer schema token issued by session credentials
Query parameters
Skipinteger · int32OptionalDefault:
The number of items to skip before starting to return results. Useful for paginating through results.
0Example: 10Takeinteger · int32 · min: 1 · max: 20OptionalDefault:
The number of items to return. Used for paginating results. Limits the size of the result set.
20Example: 20SortBystring · enumOptionalDefault:
The field by which to sort the results. Supported values include 'CreatedAt', 'Pinned', and reaction types like ':thumbsup:' or ':thumbsdown:'.
CreatedAtExample: PinnedPossible values: AscendingbooleanOptionalDefault:
Determines whether the sorting should be in ascending order. Set to 'false' for descending order.
trueExample: falseResponses
200
Success
get
/chats200
Success
Reactions Management
Pinning Management
Last updated

