get
https://{region}.verkada.com/v2/cameras/lpr/zones
Returns zone ID, zone name, creation time, update time, and preview camera ID for all
LPR Zones for an organization.
Results are paginated. Use the cursor from the response to fetch the
next page.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Allows users to retrieve zone IDs and information for all LPR Zones in their Command organization. The following fields are returned as part of the API response:
{
"items": [
{
"zone_id": "2c8e095e-6b59-424d-89b1-0765efda1cfb",
"zone_name": "HQ Test",
"created_at": "2025-08-04T21:51:53+00:00",
"updated_at": "2025-08-04T21:51:53+00:00",
"preview_camera_id": "2fc520be-c485-45de-9ecf-65ce43e88903"
}
]
}Results are paginated. Use the cursor from the response to fetch the next page.
