Retrieve a Counting Region
Last updated
Last updated
GET /nvr/v1/cameras/{id}/counting_regions/{region_id} HTTP/1.1
Host: example‑device‑id.livereachdevices.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"result": {
"success": true,
"httpCode": 200
},
"content": {
"id": "text",
"camera_id": "text",
"name": "text",
"region": "text",
"primary": true,
"class": "text",
"created": "2026-03-11T11:14:58.287Z",
"updated": "2026-03-11T11:14:58.287Z"
}
}