v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBMulti Cameras
This endpoint allows a multi camera to be associated with an account. It can only be called with an end-user account and will fail if called with another type of account.
post/multiCameras
Request body
Example request
{
"guid": "ddfa5b34-5d04-431e-8287-110fe87edf71",
"name": "My new device",
"locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2",
"bridgeId": "1000f60d"
}Response
Multi camera added
Example response
{
"bridgeId": "1000f60d",
"locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}