fleets
Create and manage fleet inspections and their vehicles
📄️ List fleet inspections
Returns only fleet inspections owned by the authenticated insurer. The API allows 60 requests per minute for each authenticated account.
📄️ Create a fleet inspection
Creates an active fleet inspection for the authenticated insurer. Personal fleets require proof of address and director identity documents. Corporate fleets require CAC, MEMART, and director identity documents.
📄️ Get a fleet inspection
Returns a fleet inspection owned by the authenticated insurer. Use the ULID returned as uid or id.
📄️ Add fleet vehicles
Creates or updates vehicles by VIN within the fleet. Send one vehicle object or a root array containing 1 to 500 vehicles. Do not wrap a batch in a vehicles property. Response order follows request order.