🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/vehicle/associateEventsToVehicle \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "eventUuids": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "vehicleLicensePlate": "ABC123" } '
{ "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Associate vehicle events to a saved vehicle
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for associating vehicle events to a saved vehicle.
List of event UUIDs to associate with the vehicle
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
License plate number of the vehicle to associate events with
"ABC123"
OK
Response object for associating events to a vehicle.
Was this page helpful?