Skip to content

Get Vehicle Renewals

Retrieve vehicle renewal reminder records from FleetIO, such as registration and inspection renewals.

getRenewals

vehicleRenewal

This operation has no required parameters.

OptionTypeDefaultDescription
Include Debug InfobooleanfalseWhether to include metadata about the API request

Returns an array of vehicle renewal records:

{
"id": 12345,
"vehicle_id": 789,
"vehicle_name": "Truck 001",
"vehicle_renewal_type_id": 1,
"vehicle_renewal_type_name": "Registration",
"due_date": "2025-03-15",
"due_soon_threshold_in_days": 30,
"overdue": false,
"due_soon": true,
"notes": "Annual vehicle registration renewal"
}
{
"success": false,
"error": "FleetIO credential is missing apiKey"
}
FieldTypeDescription
idnumberUnique renewal ID
vehicle_idnumberAssociated vehicle ID
vehicle_namestringVehicle name
vehicle_renewal_type_idnumberRenewal type ID
vehicle_renewal_type_namestringRenewal type name
due_datestringDue date for renewal
due_soon_threshold_in_daysnumberDays before due to trigger alert
overduebooleanWhether renewal is overdue
due_soonbooleanWhether renewal is due soon
notesstringAdditional notes
  • Missing API URL: FleetIO credential is missing apiUrl
  • Missing Account Token: FleetIO credential is missing accountToken
  • Missing API Key: FleetIO credential is missing apiKey
  • Rate Limiting: API rate limit exceeded