Expired accounts
This service retrieves the accounts of drivers who are no longer active.
If a driver has not performed a trip for a certain period of time, he is considered inactive and his account is considered expired.
The duration is adjustable according to your needs and must be in accordance with the legal requirements and conditions of use of the service.
If you have your admin API key, you can try the API via this link.
Get all expired drivers
GET
https://service.drivequant.com/v3/drivekit/admin/drivers/expired
Headers
DriveKit-Admin-API-Key*
String
Admin API Key
Response
id
string
Driver's unique identifier
firstname
string
Driver's firstname
lastname
string
Driver's lastname
username
string
Driver's username
registerDate
string
Driver's registration date
lastUpdateDate
string
Date of driver's last use of the app
Last updated