Skip to content

Get Vehicle Renewal Types

Retrieve all available vehicle renewal type definitions from FleetIO.

getRenewalTypes

vehicleRenewal

This operation has no required parameters.

Returns an array of vehicle renewal type definitions:

{
"id": 1,
"name": "Registration",
"description": "Annual vehicle registration",
"due_soon_threshold_in_days": 30
}
{
"success": false,
"error": "FleetIO credential is missing apiKey"
}
FieldTypeDescription
idnumberUnique renewal type ID
namestringRenewal type name
descriptionstringDescription of the renewal type
due_soon_threshold_in_daysnumberDefault days before due to trigger alert
  • Missing API URL: FleetIO credential is missing apiUrl
  • Missing Account Token: FleetIO credential is missing accountToken
  • Missing API Key: FleetIO credential is missing apiKey