Search vehicles
GET
/policyholders/vehicles/search
Search for vehicles by registration number, chassis number, or engine number. Also returns insurance status.
Authorizations
BearerAuth
Type
HTTP (bearer)
Parameters
Query Parameters
regNumber*
Vehicle registration number
Type
Requiredstring
Responses
Vehicle details
application/json
JSON "id": "string", "make": "string", "model": "string", "yearOfManufacture": 0, "registrationNumber": "string", "chassisNumber": "string", "engineNumber": "string", "capacity": 0, "tonnage": 0, "seatingCapacity": 0, "sumInsured": 0, "color": "string", "photosUrls": [ "string" ]
{
}
