Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kumospace Chat API

The Chat API from Kumospace — 8 operation(s) for chat.

Kumospace Chat API is one of 23 APIs that Kumospace publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Chat. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 10 operations across 8 paths, and defines 25 schemas. It is described by OpenAPI 3.0.0.

Requests are made against a single base URL, /.

10 operations 8 paths 25 schemas 3 DELETE2 GET1 PATCH2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
Base URL
https://api.kumospace.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Kumospace Chat API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (firebase).

Paths & Operations 10

Across 8 paths, the API surfaces 10 operations — 3 DELETE, 2 GET, 1 PATCH, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Chat 10
POST
/v1/chat/channel
Create a persistent chat channel.
CreateChatChannel body → 201
POST
/v1/chat/channel/{channelUrl}/preferences
SetChannelPreferences 1 param body → 204
PATCH
/v1/chat/channel/{channelUrl}
UpdateCustomChannel 1 param body → 200
DELETE
/v1/chat/channel/{channelUrl}
DeleteCustomChannel 1 param → 200
PUT
/v1/chat/channel/{channelUrl}/unarchive
UnarchiveChannel 1 param → 200
DELETE
/v1/chat/channel/{channelUrl}/file-messages/{messageId}
Soft delete file messages.
SoftDeleteFileMessage 2 params → 200
GET
/v1/chat/channel/{channelUrl}/messages/{messageId}
GetChatMessage 2 params → 200
DELETE
/v1/chat/channel/{channelUrl}/messages/{messageId}
Hard deletes soft deleted messages.
DeleteMessages 2 params → 200
PUT
/v1/chat/channel/{channelUrl}/members
Adds users to a custom private channel
UpdateChannelMembers 1 param body → 204
GET
/v1/chat/search
SearchChatMessages 3 params → 200

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are ChatMessageBase (18 properties), ChatMessageFile (4 properties), ApiCreateCustomChannelRequest (4 properties), MessageLinkInfo (4 properties). Each schema is shown below with its type and property counts.

ApiCreateChatChannelResponse
object
1 property 1 required
MessageLinkInfo
object
4 properties 3 required
ChatMessageBase
object
18 properties 7 required
Record_string.unknown_
object
Construct a type with a set of properties K of type T
ApiCreateGroupDmsChannelRequest
object
3 properties 3 required
ApiSearchChannel
object
3 properties 3 required
Range.room
string
ChatMessageBaseRange
Range.user
string
ApiCreateCustomChannelRequest
object
4 properties 3 required
MessageThreadInfo
object
3 properties 3 required
PaginatedResponse_ApiSearchMessagesResponse_
object
A page of items. Useful for breaking up a large dataset into smaller chunks.
2 properties 2 required
MessageReactionInfo
object
4 properties 3 required
Range.custom
string
ApiUpdateCustomChannelRequest
object
1 property 1 required
ApiCreateChatChannelRequest
UserInfo
object
2 properties 2 required
ApiSearchMessagesResponse
object
2 properties 2 required
Record_string.never_
object
Construct a type with a set of properties K of type T
ChatMessageFile
object
4 properties 4 required
MessageThreadUserInfo
object
3 properties 3 required
ApiCreateUserChannelRequest
object
3 properties 3 required
ApiSetChannelPrefencesRequest
object
2 properties 1 required
Range.space
string
UpdateChannelMembersRequest
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kumospace-chat-api-openapi.yml Raw ↑

Other APIs Kumospace publishes across the network.

Kumospace Account API
Kumospace Analytics API
Kumospace Calendar API
Kumospace Daily (Webhook) API
Kumospace Demo API
Kumospace Flooring API
Kumospace Furniture API
Kumospace Integrations API
Kumospace MusicTrack API
Kumospace Payments API
Kumospace Recordings API
Kumospace Redirects API