Skip to main content
Rhombus provides comprehensive alarm monitoring capabilities through the API, allowing you to manage threat cases, configure location PINs, and control monitoring states programmatically.

Available API Endpoints

The Rhombus API includes endpoints across two service groups for alarm monitoring:

Alert Monitoring

Manage threat cases, enable/disable monitoring for locations, and configure alarm response workflows

Alarm Monitoring Keypad

Configure keypad PINs, manage location-based alarm codes, and control keypad states

Key Operations

  • Threat Case Management — Create, cancel, and track threat cases across your locations
  • Location Monitoring — Enable or disable alarm monitoring per location
  • PIN Management — Create and manage location-specific PINs for alarm keypad access
  • Monitoring Status — Query the current monitoring state for any location
All alarm monitoring endpoints require authentication with your API key. See the API Reference for complete endpoint documentation including request/response schemas.

Authentication

curl -X POST \
  "https://api2.rhombussystems.com/api/alertmonitoring/getMonitoringStateForLocations" \
  -H "Content-Type: application/json" \
  -H "x-auth-scheme: api-token" \
  -H "x-auth-apikey: YOUR_API_KEY" \
  -d '{}'