List NVRs
Last updated
Last updated
GET /api/v1/nvr HTTP/1.1
Host: api.livereach.ai
Authorization: YOUR_API_KEY
Accept: */*
{
"result": {
"success": true,
"httpCode": 200
},
"content": [
{
"id": "text",
"organization_id": 1,
"ip": "text",
"hostname": "2f65bhf52tehaz06ujpitlko8kh.livereachdevices.com",
"name": "Main Office NVR",
"access_token": "text",
"location_id": 1
}
]
}