Skip to main content
POST
Search license plates

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request object for searching license plates.

deviceUuids
(string<DeviceFacetUuid> | null)[] | null

List of device facet UUIDs to search in

RUUID with optional appended facet information

Example:

"AAAAAAAAAAAAAAAAAAAAAA.v0"

endTime
integer<int64> | null
int64

End time in milliseconds for the search period

Example:

1640998800000

forcedFuzziness
integer<int32> | null
int32

Forced fuzziness level for the search (deprecated)

Example:

2

fuzzy
boolean | null

Whether to use fuzzy search

Example:

true

licensePlate
string | null

License plate number to search for

Example:

"ABC123"

startTime
integer<int64> | null
int64

Start time in milliseconds for the search period

Example:

1640995200000

Response

200 - application/json

OK

Response object for searching license plates.

error
boolean | null
errorMsg
string | null
vehicleEvents
object[] | null

List of vehicle events matching the search criteria

warningMsg
string | null
Last modified on August 22, 2026