Skip to main content

space.device_membership_changed

A device was added or removed from a space.
Example webhook payload
{
  "acs_entrance_ids": [],
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_ids": [],
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "space.device_membership_changed",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "space_id": "00000000-0000-0000-0000-000000000000",
  "space_key": "",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_entrance_ids
Array
IDs of all ACS entrances currently attached to the space.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_ids
Array
IDs of all devices currently attached to the space.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: space.device_membership_changed
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
space_id
String (UUID)
ID of the affected space.
space_key
String
Unique key for the space within the workspace.
workspace_id
String (UUID)
ID of the workspace associated with the event.

space.created

A space was created.
Example webhook payload
{
  "acs_entrance_ids": [],
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_ids": [],
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "space.created",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "space_id": "00000000-0000-0000-0000-000000000000",
  "space_key": "",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_entrance_ids
Array
IDs of all ACS entrances attached to the space when it was created.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_ids
Array
IDs of all devices attached to the space when it was created.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: space.created
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
space_id
String (UUID)
ID of the affected space.
space_key
String
Unique key for the space within the workspace.
workspace_id
String (UUID)
ID of the workspace associated with the event.

space.deleted

A space was deleted.
Example webhook payload
{
  "acs_entrance_ids": [],
  "created_at": "2025-01-01T00:00:00.000Z",
  "device_ids": [],
  "event_id": "00000000-0000-0000-0000-000000000000",
  "event_type": "space.deleted",
  "occurred_at": "2025-01-01T00:00:00.000Z",
  "space_id": "00000000-0000-0000-0000-000000000000",
  "space_key": "",
  "workspace_id": "00000000-0000-0000-0000-000000000000"
}
acs_entrance_ids
Array
IDs of all ACS entrances currently attached to the space when it was deleted.
created_at
String (ISO 8601)
Date and time at which the event was created.
device_ids
Array
IDs of all devices attached to the space when it was deleted.
event_id
String (UUID)
ID of the event.
event_type
Enum (String)
Value: space.deleted
occurred_at
String (ISO 8601)
Date and time at which the event occurred.
space_id
String (UUID)
ID of the affected space.
space_key
String
Unique key for the space within the workspace.
workspace_id
String (UUID)
ID of the workspace associated with the event.