Pre-sale Checks
Run these before you sell. They cost nothing and stop the two most common failures: covering a vehicle that is already insured, and quoting a start date the licensing cycle will not fit.
Set it once and every Try it out below is authenticated. It stays in this browser's local storage and is never sent anywhere but the API.
Is the vehicle already insured?
/policyholders/vehicles/insurance-statusPlayground
Authorization
Variables
Does Inshuwa already hold a policy for it?
Returns the active motor policy for a registration number, if there is one. A 404 means the vehicle is not on cover with us.
/policies/motor/vehicle/{registrationNumber}Playground
Authorization
Variables
RTSA anniversary dates
Road-tax and fitness anniversary dates for the vehicle. Use them to align cover with the licensing cycle rather than starting an awkward mid-cycle policy.
/policyholders/vehicles/anniversary-datesPlayground
Authorization
Variables
Vehicle search
Find a vehicle already registered on the platform by registration number, optionally scoped to one client. Use it to avoid registering the same vehicle twice.
/policyholders/vehicles/searchPlayground
Authorization
Variables
/policyholders/{id}/vehiclesPlayground
Authorization
Variables
Next: Products and pricing.
