The IBSS platform provides an Open Occupancy Data endpoint, to which any 3rd party occupancy sensor system can post its data updates.
Communication to the endpoint is via HTTPS/TLS1.2 and will require a customer specific API key to be provided as a header parameter.
The space Id must be the unique identifier of the space in IBSS.
Description |
Details |
---|---|
Communication Method |
Notification based |
Payload |
JSON |
Service Calls |
POST (Webhook) |
Security |
x-functions-key (header)
HTTPS / TLS1.2
|
Data |
{
"spaceId": "string",
"spaceTimestamp: "datetime",
"spaceOccupancy": 0,
"spaceSignsOfLife": 0
}
|
Availability |
IBSS Cloud Only |