Cameras

Opens a camera tunnel. As this API is intended for incidental access to the cameras UI, it should not be used for general API integration.

put/cameras/{cameraId}/tunnel

Request body

object required

Response

OK

OR

Example response

{
  "httpUrl": "http://example.com",
  "httpsUrl": "https://example.com"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.