Xovis Api: Documentation [extra Quality]
Xovis 3D sensors can store data for up to 120 days. Use this feature to manage network outages or to perform batch analysis, ensuring data integrity.
All data payloads are delivered in JSON or XML , making them easy to parse in any programming language.
Before making requests, you must establish a secure connection with the sensor or the Xovis Hub. https:// /api/v4/ Xovis Hub: https:// /hub/api/v1/ Authentication Methods xovis api documentation
Xovis provides two primary integration pathways depending on your architecture:
According to the Xovis API documentation, the /occupancy/current endpoint supports optional filtering by locationId . If omitted, it returns all zones. Xovis 3D sensors can store data for up to 120 days
curl -X GET "https://your-xovis-cloud.com/api/v1/counts/hourly?from=2025-01-01T00:00:00Z&to=2025-01-02T00:00:00Z&sensorId=S12345" \ -H "Authorization: Bearer YOUR_API_KEY"
"timestamp": "2026-05-19T11:50:00Z", "status": "OK", "zones": [ "id": "zone_main_lobby", "name": "Main Lobby Area", "currentOccupancy": 42, "averageDwellTimeSeconds": 118, "fillRatio": 0.56 ] Use code with caution. 5. Real-Time Data Push Integration Before making requests, you must establish a secure
Returns the current cumulative inbound and outbound counts for defined counting lines. Sample Response: