getDriverRiskProfile
get
getDriverRiskProfile
Resource URL
https://api-sandbox.arity.com/shared-mobility-insights/v1/drivers/{driverId}/risk-profile
Query Parameters
Name | Values | Description |
---|---|---|
asOfDate
(required) |
The date to show the latest driver risk profile. In YYYY-MM-DD format. |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Value should be the word Bearer followed by a space and then the token (e.g., Bearer CW8abh5JkxZ5KYdAQQH0p9fTAicq). To generate a token, use the OAuth API. |
driverId Id of the driver true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Bad Request response
-
401401
Unauthorized response
-
500500
Server Error response
Resource Summary |
|
Security |
None |
Category |
Risks & Utilization Insights |
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
score | number | The driving risk score in that specific phase, ranges from 0 to 999, higher score indicates more risk. |
miles | number | The number of miles driven in that phase. |
drivingHours | number | The number of hours driven in that phase. |
confidenceLevel | number | Level of confidence in the accuracy of the driving risk score given the amount of driving data provided. Shown in percentage format. |
Working...