Calculate an insurance premium
POST/insurances/quotes
Calculates the Shipper's Interest premium for a single vehicle on a given route.
The premium price is estimated from the vehicle's declared value and the distance between
the pickup and delivery locations. Normally the insurer estimates that declared value itself
from the vehicle details you send. A value you send is a fallback, used only when it
cannot arrive at a figure, rather than an override — so it is not necessarily the figure the
premium is based on.
When the insurer cannot determine the value and no value was supplied, the request fails
with 409 VEHICLE_VALUE_REQUIRED. Retry with vehicle.value set.
Request
Responses
- 200
- 400
- 401
- 403
- 409
One quote per available insurance plan
Validation error
Not authenticated
Forbidden
The insurer could not determine the vehicle's value (VEHICLE_VALUE_REQUIRED). Retry with vehicle.value set.