v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Multi 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

guidstring uuid required
namestring required

User-defined name for the device.

tagsstring[]
locationIdstring nullable

ID Of the location.

bridgeIdstring required

The bridge a multi camera is connected to.

Example request

{
  "guid": "ddfa5b34-5d04-431e-8287-110fe87edf71",
  "name": "My new device",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2",
  "bridgeId": "1000f60d"
}

Response

Multi camera added

idstring required
accountIdstring required
namestring required
bridgeIdstring required

The bridge a multi camera is connected to.

locationIdstring nullable

ID Of the location.

Example response

{
  "bridgeId": "1000f60d",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}