Get seen license plates

Returns the timestamps, detected license plate numbers, and images of all license plates seen by a camera.

Only works for cameras that are LPR enabled.

Response may be paginated if page_token exists.

This endpoint allows users to programmatically get the detected timestamps, detected license plate numbers, and images of all license plates seen by a Verkada LPR camera. To retrieve the detections, users must input a camera_id from a camera in LPR mode.

Users also have the option to specify a start_time and end_time to narrow their search, as well as a license_plate string to filter results by, and a returned page_size.

Depending on the number of seen license plates, the returned JSON may be paginated. See the Pagination page for more information.

Note: Retrieving the seen license plates can only be done for a single camera at a time. It is possible to retrieve the results across multiple cameras through a script that sends multiple GET requests while iterating through a list of camera IDs.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!