A REST API with scoped keys, outbound webhooks for real-time events, enterprise SSO, and connectors for the CMS and hardware you already run. Unity fits your workflow — not the other way round.
// Authenticated with a scoped API key
curl -H "Authorization: Bearer $UNITY_KEY" \\
https://api.unityplatform.com/v1/units?status=offline
{
"total": 12,
"units": [
{ "id": "…", "status": "offline", "location": "…" }
]
}
// Webhook → POST to your endpoint on every alert
Pull estate data out, push events in, and authenticate your way. Unity is designed to sit inside your existing operations stack rather than replace it.
No rip-and-replace. Keep your CMS and hardware, and gain a connected management and monitoring layer on top.
Book a 30-minute demo and we'll walk through the API, webhooks and the integrations that matter to your operation.