{{baseUrl}}/IT-insurance/:LicensePlate
GET {{baseUrl}}/IT-insurance/:LicensePlate
The IT-insurance endpoint for Italy allows you to verify the insurance status of a vehicle registered in Italy. By providing the license plate, you can retrieve crucial insurance details, including the insurance company (Company), expiration date (Expiry), a timestamp representation of the expiration date (ExpiryTimeStamp), and whether the vehicle is insured (IsInsured). This service ensures quick access to up-to-date information on the insurance status of a registered vehicle.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"LicensePlate":"ZR567ZY","Company":"VITTORIA ASSICURAZIONI","Expiry":"2023-01-08T00:00:00","ExpiryTimestamp":1673136000,"IsInsured":true,"Timestamp":1665411640},"success":true,"message":"","error":null}