Account
The account service provides a full list of drivers registered to your company.
For each driver, you will find useful information such as the registration date, the account details or the smartphone model.
If you have your admin API key, you can try the API via this link.
Query parameters
The startDate
and endDate
parameters can be used to filter the drivers based on their most recent interaction with the application. This date reflects the driver's last activity and is updated according to several criteria: last trip recorded, account or smartphone information updates.
Response
The table below summarizes the list of elements included in the response.
Data array
The data
array contains a list of driver's account.
Smartphone data
The smartphoneData object includes details about the driver's smartphone.
Client data
Client data consists of customer-specific metadata such as: license plate number, commercial email opt-in, contract number (formatted as a map of key-value).
Error response
Unauthorized
If the request does not contain a valid authentication token, the service will answer with a http code 401.
Bad request
If the request cannot be processed, the service will answer with a http code 400. The response body will contain more details about the error:
Last updated