The Driving Insights API is built to help you better evaluate risk for your drivers, improve the accuracy of insurance pricing, and influence good driving behavior.
Using Arity’s SDK, you will be able to collect detailed driving data from your users and send it to the Arity platform. In return, we’ll use our scoring models to provide you a unique driving score for each user (or group of users) via the Driving Insights API. The Driving Insights API allows you to control everything around enabling data collection and retrieving a driving score for your users:
- Create and manage groups of users (e.g., all individuals on a policy)
- Assign Arity’s scoring models to groups
- Generate activation codes for your users (which will allow their mobile devices to send driving data to the Arity platform)
- Get a driving score for a group of users
group-controller
Method
Description
POST
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/groups
GET
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/groups/{groupId}
DELETE
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/groups/{groupId}
PUT
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/groups/{groupId}/model
PUT
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/groups/{groupId}/users
DELETE
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/groups/{groupId}/users/{userId}
user-controller
Method
Description
GET
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/users/{userId}/group
GET
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/users/{userId}/model
activation-code-controller
Method
Description
POST
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/users/{userId}/activation
score-controller
Method
Description
GET
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/groups/{groupId}/score
GET
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/users/{userId}
GET
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/users/{userId}/user-score
GET
https://api-sandbox.arity.com/drivinginsights/v1/orgs/{orgId}/users