get https://api.things5.digital/v1/organization//overview/alarms
Display the latest events with severity "alarm" for user visible devices
Responses
Display the latest events with severity "alarm" for user visible devices
xxxxxxxxxx
curl --request GET \
--url https://api.things5.digital/v1/organization/organization_id/overview/alarms \
--header 'accept: application/json' \
--header 'authorization: Bearer <access_token>'