Skip to content

Get Contact Renewal Types

Retrieve all available contact renewal type definitions from FleetIO.

getRenewalTypes

contactRenewal

This operation has no required parameters.

Returns an array of contact renewal type definitions:

{
"id": 1,
"name": "CDL License",
"description": "Commercial Driver's License renewal",
"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