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 Rooms API

The Rooms API from Kumospace — 2 operation(s) for rooms.

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

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

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

Requests are made against a single base URL, /.

3 operations 2 paths 8 schemas 1 DELETE1 POST1 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 Rooms API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (firebase).

Paths & Operations 3

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

Rooms 3
POST
/v1/spaces/{name}/rooms
Create a room.
CreateRoom 1 param body → 201
PUT
/v1/spaces/{name}/rooms/{id}
Update a room.
UpdateRoom 2 params body → 204
DELETE
/v1/spaces/{name}/rooms/{id}
Delete a room.
DeleteRoom 2 params → 204

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are ApiUpdateRoomRequest (12 properties), RoomSpawn (1 property). Each schema is shown below with its type and property counts.

RoomPrivacySettingType.closed
string
RoomPrivacySettingType.password
string
RoomSpawn
object
1 property 1 required
ApiCreateRoomRequest
A request to create a new room within a space. Rooms can be created from a stock room (i.e., furniture in the stock room is copied to the new room) or by speci…
RoomPrivacySettings
ApiUpdateRoomRequest
object
A request to update an existing room. Any fields not specified are left unchanged.
12 properties
RoomPrivacySettingType.open
string
ApiRoomPrivacySettings

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kumospace-rooms-api-openapi.yml Raw ↑

Other APIs Kumospace publishes across the network.

Kumospace Account API
Kumospace Analytics API
Kumospace Calendar API
Kumospace Chat 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