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
Name | Type | Description |
---|---|---|
DriveKit-Admin-API-Key* | String | Admin API Key |
Response
Field | Type | Description |
---|---|---|
id |
| Driver's unique identifier |
firstname |
| Driver's firstname |
lastname |
| Driver's lastname |
username |
| Driver's username |
registerDate |
| Driver's registration date |
lastUpdateDate |
| Date of driver's last use of the app |
Last updated