Spaces

Early Access Preview. The spaces API is currently in Alpha. We're actively developing it and seeking early feedback at support@seam.co. Expect breaking changes as we refine the design.

The space Object


Properties

created_at Datetime

Date and time at which the space object was created.


display_name String

Display name of the space.


name String

Name of the space.


space_id UUID

Unique identifier for the space.


workspace_id UUID

Unique identifier for the Seam workspace associated with the space.


Endpoints

/spaces/add_acs_entrances

Adds entrances to a specific space.

/spaces/add_devices

Adds devices to a specific space.

/spaces/create

Creates a new space.

/spaces/delete

Deletes a space.

/spaces/get

Gets a space.

/spaces/list

Returns a list of all spaces.

/spaces/remove_acs_entrances

Removes entrances from a specific space.

/spaces/remove_devices

Removes devices from a specific space.

/spaces/update

Updates an existing space.

Last updated

Was this helpful?

Revision created

ci: Generate docs