These APIs manage the "Schedule of Assets" that are actually covered under a policy.
Fleet Synchronization: Use
GET /v1/vehiclesandGET /v1/driversto sync your internal fleet list with the insurance company's official records. If a driver is in your TMS but not in the API response, you can proactively flag a coverage gap.Dynamic Onboarding: When adding a new truck or driver to a fleet, use
POST /v1/vehiclesorPOST /v1/driversto push that asset data directly into the insurance workflow, reducing the lag time between acquisition and covered operation.