JSON API
Endpoints the NTESF platform consumes. Point the platform's
VEHICLE_BASE_URL at
http://localhost:8080
and set VEHICLE_API_KEY to the bearer token (configured via SIM_BEARER_TOKEN env).
GET /health GET /vehicles/by-registration/:reg GET /vehicles/by-vin/:vin GET /licences/by-number/:licenceNumber GET /drivers/by-nic/:nic GET /drivers/by-phone/:phone
404 when the record doesn't exist. Lookups are case-sensitive for VINs; registration numbers and licence numbers are normalised to uppercase on the way in.