Overview
Rhombus alarm monitoring provides centralized security management for your locations. Through the API, you can enable or disable monitoring per location, respond to threat cases in real time, manage keypad PINs, and retrieve policy alerts. This is especially useful for building custom security dashboards, automating alarm response workflows, or integrating Rhombus alarms into a third-party monitoring platform. When monitoring is enabled for a location, Rhombus cameras and sensors detect security events and generate threat cases. Your application can then retrieve, escalate, dismiss, or cancel those threat cases programmatically.Prerequisites
Before you begin, make sure you have:
- A Rhombus API key with alarm monitoring permissions (generated in the Rhombus Console under Settings > API)
- An alarm monitoring license active on your organization
- At least one configured location with cameras or sensors enrolled in alarm monitoring
Check Monitoring Status
Use the org-wide status endpoint to see which locations have monitoring enabled, or query a specific location directly.Organization-Wide Status
Location-Specific Status
Enable and Disable Monitoring
Toggle alarm monitoring on or off for a specific location. When you enable monitoring, the system begins watching for security events at that location. When you disable it, threat case generation pauses.Enable Monitoring
Disable Monitoring
Manage Threat Cases
Threat cases represent detected security events that require a response. When a camera or sensor detects suspicious activity at a monitored location, the system creates a threat case. You can then retrieve, escalate, dismiss, or cancel these cases through the API.Get Threat Cases
Retrieve threat cases within a time range. Use pagination parameters to handle large result sets.Respond to Threat Cases
When a threat case is active, you have three response options depending on the situation.- Escalate to Alarm
- Dismiss
- Cancel
Escalate a threat case to a full alarm when the threat is confirmed and requires immediate response from security or law enforcement.
Manage Location PINs
PINs allow users to arm and disarm alarm monitoring at a location using a Rhombus keypad. You can create and delete PINs for each location through the API.Create a PIN
Delete a PIN
Work with Policy Alerts
Policy alerts are triggered when configured detection policies (such as motion detection or person detection) fire at monitored locations. Use these endpoints to retrieve recent alerts and dismiss them after review.Get Policy Alerts
Dismiss a Policy Alert
Next Steps
Webhook Notifications
Receive real-time notifications when alarm events occur so your application can respond immediately
API Reference
Explore the full API reference for complete request and response schemas for all alarm monitoring endpoints