Skip to content

Get Contact Renewals

Retrieve contact renewal reminder records from FleetIO, such as license renewals and certifications.

getRenewals

contactRenewal

This operation has no required parameters.

OptionTypeDefaultDescription
Include Debug InfobooleanfalseWhether to include metadata about the API request

Returns an array of contact renewal records:

{
"id": 12345,
"contact_id": 789,
"contact_name": "John Smith",
"contact_renewal_type_id": 1,
"contact_renewal_type_name": "CDL License",
"due_date": "2025-06-15",
"due_soon_threshold_in_days": 30,
"overdue": false,
"due_soon": true,
"notes": "Renewal reminder for CDL license"
}
{
"success": false,
"error": "FleetIO credential is missing apiKey"
}
FieldTypeDescription
idnumberUnique renewal ID
contact_idnumberAssociated contact ID
contact_namestringContact name
contact_renewal_type_idnumberRenewal type ID
contact_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