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
device_id
string<uuid>

Unique identifier for the device that triggered the event that you want to get.

event_id
string<uuid>

Unique identifier for the event that you want to get.

event_type
string

Type of the event that you want to get.

Response

OK

event
object

Represents an event. Events let you know when something interesting happens in your workspace. For example, when a lock is unlocked, Seam creates a lock.unlocked event. When a device's battery level is low, Seam creates a device.battery_low event. See the event object.