Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the space that you want to create.

acs_entrance_ids
string<uuid>[]

IDs of the entrances that you want to add to the new space.

connected_account_ids
string<uuid>[]

IDs of connected accounts to associate with the new space. Persisted on seam.location_third_party_account so the UI can show which provider account(s) a space came from.

customer_data
object

Reservation/stay-related defaults for the space.

customer_key
string

Customer key for which you want to create the space.

Minimum string length: 1
device_ids
string<uuid>[]

IDs of the devices that you want to add to the new space.

space_key
string

Unique key for the space within the workspace.

Response

OK

space
object
required

Represents a space that is a logical grouping of devices and entrances. You can assign access to an entire space, thereby making granting access more efficient. See the space object.