Connect Guardian Radar with your existing care management systems
Multiple ways to connect Guardian with your facility's systems
Pre-built connections to popular care management platforms
Seamless integration with PointClickCare's Long-Term Care platform
Connect with MatrixCare's post-acute EHR and care management system
Integration with Yardi's senior living management platform
Upcoming integration with Yardi's assisted living software
Secure your API connections with proper authentication
curl -X GET "https://api.guardianlabs.io/v1/residents" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"
Set up webhooks to receive real-time notifications
fall.detectedfall.acknowledgedfall.resolveddevice.onlinedevice.offlineresident.createdresident.updatedsystem.health_alert{
"event": "fall.detected",
"timestamp": "2024-01-15T14:32:18Z",
"facility_id": "fac_abc123",
"resident": {
"id": "res_xyz789",
"name": "John Doe",
"room": "204B"
},
"device": {
"id": "dev_radar_001",
"location": "Room 204B"
},
"severity": "high",
"confidence": 0.94
}Frequently asked questions about system integration
Our technical team can help with API implementation and troubleshooting