Get Alarm Events

Method to get an alarm's events

Event Types

Event Type

Description

Example Meta

alarm.status.canceled

Represents the event of the alarm being canceled. The canceled_by property represent's the canceling user's profile ID.

{
  canceled_by: "5d58ae1b-ba0e-46ea-8d5d-f750f088d068" 
}

alarm.psap_contacted

Represents an outbound call to the PSAP. This event can happen multiple times.

{ }

alarm.households.members_added

Represents adding a member(s) to the household.

{
  members: [
    { id: "5d58ae1b-ba0e-46ea-8d5d-f750f088d068" },
    { id: "56edb8f5-a4b7-44b7-8acc-1ae389141f4f" },
    { id: "aab7b1c6-aaa2-458b-b360-c66da7e68fda" }
  ]
}
Language
Credentials
OAuth2