Sensor Alert Preferences

GET - List the current user's sensor alert preferences. POST - Create or update a sensor alert preference (upsert by alert_type).

post/v2/sensor-alert-preferences/

Request body

alert_type'offline_sensor' | 'waffle_fallen' required
frequency'once' | 'daily' | 'weekly'
spacesSpaceIDOnly[]
is_enabledboolean
last_alerted_atstring date-time nullable

When the last digest email was sent (used for daily/weekly throttling).

created_atstring date-time
updated_atstring date-time

Response

Created

alert_type'offline_sensor' | 'waffle_fallen'
frequency'once' | 'daily' | 'weekly'
spacesSpaceIDOnly[]
is_enabledboolean
last_alerted_atstring date-time nullable

When the last digest email was sent (used for daily/weekly throttling).

created_atstring date-time
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.