Authentication
Vehicles
Drivers
Devices
Groups
Data Management
Providers
Webhook Events
- Event Types
- connection.created
- connection.disconnected
- connection.reconnected
- connection.completed
- connection.updated
- sync.requested
- sync.started
- sync.completed
- sync.failed
- connection.first_sync_completed
- issue.reported
- issue.resolved
- unsupported_provider.requested
- vehicle.added
- vehicle.modified
- vehicle.removed
- driver.added
- driver.modified
- driver.removed
- safety_event.added
- safety_event.modified
List Safety Events
List all safety events detected by the provider.
curl --request GET \
--url https://api.withterminal.com/tsp/v1/safety/events \
--header 'Authorization: Bearer <token>' \
--header 'Connection-Token: <connection-token>'
{
"results": [
{
"id": "sft_evt_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"sourceId": "123456789",
"provider": "geotab",
"type": "harsh_brake",
"sourceType": "HARD_CORE_BRAKING_MESSAGE",
"driver": "drv_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"vehicle": "vcl_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"startedAt": "2021-01-06T03:24:53.000Z",
"startLocation": {
"longitude": -122.4194155,
"latitude": 37.7749295
},
"endedAt": "2021-01-06T03:24:53.000Z",
"endLocation": {
"longitude": -122.4194155,
"latitude": 37.7749295
},
"stats": {
"maximumSpeed": 95.33,
"averageSpeed": 95.33,
"roadSpeedLimit": 95.33,
"gForceForwardBackward": 1,
"gForceSideToSide": 1,
"heading": 25
},
"cameraMedia": {
"frontFacing": {
"available": true,
"sourceId": "12345"
},
"rearFacing": {
"available": true,
"sourceId": "12345"
}
},
"extensions": {
"here": {
"speedLimit": 95.33,
"speedLimitSource": "posted",
"truckSpeedLimit": 95.33,
"roadName": "John St",
"linkAttributes": {
"countryCode": "<string>",
"vehicleTypes": "<string>",
"isUrban": "<string>",
"transportVerified": "<string>",
"functionalClass": "<string>",
"controlledAccess": "<string>",
"limitedAccessRoad": "<string>",
"travelDirection": "<string>",
"isBoatFerry": "<string>",
"isRailFerry": "<string>",
"isMultiDigitized": "<string>",
"isDivided": "<string>",
"isDividerLegal": "<string>",
"isFrontage": "<string>",
"isPaved": "<string>",
"isRamp": "<string>",
"isPrivate": "<string>",
"hasPoiAccess": "<string>",
"intersectionCategory": "<string>",
"speedCategory": "<string>",
"laneCategory": "<string>",
"coverageIndicator": "<string>",
"lowMobility": "<string>",
"hasPublicAccess": "<string>",
"routeTypes": "<string>"
},
"weather": {
"latitude": 123,
"longitude": 123,
"temperature": 123,
"dewPoint": 123,
"humidity": 123,
"pressure": 123,
"windSpeed": 123,
"windDirection": 123,
"locationId": "<string>",
"precipitationType": "<string>",
"intensityOfPrecipitation": 123,
"visibility": 123
}
}
},
"raw": []
}
],
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The token returned when a user authenticated their account. This authorizes access to a specific account.
"con_tkn_22vUhkC6tgre4kwaYfUkCDA1rzn6eyb4"
Query Parameters
Pagination cursor to start requests from
"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
The maximum number of results to return in a page.
Only include records that were last modified after a provided date.
"2021-01-06T03:24:53.000Z"
Only include records that were last modified before a provided date.
"2021-01-06T03:24:53.000Z"
Only include records of statuses that started after a provided date.
"2021-01-06T03:24:53.000Z"
Only include records of statuses that started before a provided date.
"2021-01-06T03:24:53.000Z"
Comma separated list of driver IDs to filter for. Can filter up to 50 drivers at a time.
Comma separated list of vehicle IDs to filter for. Can filter up to 50 vehicles at a time.
Expand resources in the returned response
vehicle
, driver
, driver,vehicle
, vehicle,driver
Include raw responses used to normalize model. Used for debugging or accessing unique properties that are not unified.
Response
"sft_evt_01D8ZQFGHVJ858NBF2Q7DV9MNC"
The ID used to represent the entity in the source system.
"123456789"
Every provider has a unique code to identify it across Terminal's system. You can find each provider's code under provider details.
"geotab"
harsh_brake
, harsh_acceleration
, harsh_turn
, speeding
, crash
, near_crash
, tailgating
, cell_phone
, distracted
, drowsiness
, smoking
, seat_belt_violation
, stop_sign_violation
, red_light_violation
, unsafe_lane_change
, camera_obstruction
, eating_and_drinking
, rolling_stop
The ID of the vehicle that was involved in the event.
"vcl_01D8ZQFGHVJ858NBF2Q7DV9MNC"
The original event type as defined by the telematics provider's system
"HARD_CORE_BRAKING_MESSAGE"
The ID of the driver that was driving during the event.
"drv_01D8ZQFGHVJ858NBF2Q7DV9MNC"
Maximum speed of the vehicle in KPH
95.33
Average speed of the vehicle in KPH
95.33
Speed Limit of the road in KPH
95.33
The acceleration/breaking force as a factor of gravity (g).
1
The cornering (lateral) acceleration as a factor of gravity (g).
1
Heading of the vehicle (in degrees)
25
Includes data enriched via third-party vendors. See Extensions
Data obtained from the HERE platform.
Speed limit of the road in KPH obtained from the HERE platform.
95.33
Source for speed limit obtained from the HERE platform.
posted
, derived
"posted"
Speed limit for Trucks in KPH obtained from the HERE platform.
95.33
Name of the road obtained from the HERE platform.
"John St"
Additional road attributes from HERE platform
ISO country code of the road location
Types of vehicles allowed
Indicates if the road is in an urban area
Indicates if transport information is verified
Road functional class according to HERE Maps:
- 0: Unknown
- 1: Functional Class 1
- 2: Functional Class 2
- 3: Functional Class 3
- 4: Functional Class 4
- 5: Functional Class 5
Indicates if the road has controlled access
Indicates if it's a limited access road
Direction of travel
Indicates if it's a boat ferry route
Indicates if it's a rail ferry route
Indicates if the road is multi-digitized
Indicates if the road is divided
Indicates if the divider is legal
Indicates if it's a frontage road
Indicates if the road is paved
Indicates if it's a ramp
Indicates if it's a private road
Indicates if there's POI access
Type of intersection according to HERE Maps:
- 0: Unknown
- 1: Intersection Internal
- 2: Manoeuvre
- 3: Indescribable
- 4: Roundabout
- 5: Undefined Traffic Area
- 6: Special Traffic Figure
Speed category according to HERE Maps:
- 0: Unknown
- 1: Over 130 km/h (80 mph)
- 2: 101-130 km/h (65-80 mph)
- 3: 91-100 km/h (55-64 mph)
- 4: 71-90 km/h (41-54 mph)
- 5: 51-70 km/h (31-40 mph)
- 6: 31-50 km/h (21-30 mph)
- 7: 11-30 km/h (6-20 mph)
- 8: Under 11 km/h (6 mph)
Lane category according to HERE Maps:
- 0: Unknown
- 1: One lane
- 2: Two or three lanes
- 3: Four or more lanes
Coverage indicator
Low mobility indicator:
- 0: Unknown (Default)
- 1: Low mobility driving condition
- 2: Not low mobility driving condition
Indicates if there's public access
Types of routes
Weather conditions at the time of the event
Latitude of weather measurement location
Longitude of weather measurement location
Air temperature in Celsius
Dew point temperature in Celsius
Relative humidity percentage
Air pressure
Wind velocity in meters per second
Wind direction in degrees
HERE weather location identifier
Precipitation type
Intensity of precipitation (measured in cm/h)
Visibility (measured in km)
List of the raw data used to normalize the common model. Response schemas will vary by provider.
Raw data fetched from the source provider. Most of our endpoints support a raw
query parameter that will append a list of the raw requests used to form our common model. This can be helpful for leveraging unique fields that are not part of our unified model.
[]
Cursor used for pagination.
"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
curl --request GET \
--url https://api.withterminal.com/tsp/v1/safety/events \
--header 'Authorization: Bearer <token>' \
--header 'Connection-Token: <connection-token>'
{
"results": [
{
"id": "sft_evt_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"sourceId": "123456789",
"provider": "geotab",
"type": "harsh_brake",
"sourceType": "HARD_CORE_BRAKING_MESSAGE",
"driver": "drv_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"vehicle": "vcl_01D8ZQFGHVJ858NBF2Q7DV9MNC",
"startedAt": "2021-01-06T03:24:53.000Z",
"startLocation": {
"longitude": -122.4194155,
"latitude": 37.7749295
},
"endedAt": "2021-01-06T03:24:53.000Z",
"endLocation": {
"longitude": -122.4194155,
"latitude": 37.7749295
},
"stats": {
"maximumSpeed": 95.33,
"averageSpeed": 95.33,
"roadSpeedLimit": 95.33,
"gForceForwardBackward": 1,
"gForceSideToSide": 1,
"heading": 25
},
"cameraMedia": {
"frontFacing": {
"available": true,
"sourceId": "12345"
},
"rearFacing": {
"available": true,
"sourceId": "12345"
}
},
"extensions": {
"here": {
"speedLimit": 95.33,
"speedLimitSource": "posted",
"truckSpeedLimit": 95.33,
"roadName": "John St",
"linkAttributes": {
"countryCode": "<string>",
"vehicleTypes": "<string>",
"isUrban": "<string>",
"transportVerified": "<string>",
"functionalClass": "<string>",
"controlledAccess": "<string>",
"limitedAccessRoad": "<string>",
"travelDirection": "<string>",
"isBoatFerry": "<string>",
"isRailFerry": "<string>",
"isMultiDigitized": "<string>",
"isDivided": "<string>",
"isDividerLegal": "<string>",
"isFrontage": "<string>",
"isPaved": "<string>",
"isRamp": "<string>",
"isPrivate": "<string>",
"hasPoiAccess": "<string>",
"intersectionCategory": "<string>",
"speedCategory": "<string>",
"laneCategory": "<string>",
"coverageIndicator": "<string>",
"lowMobility": "<string>",
"hasPublicAccess": "<string>",
"routeTypes": "<string>"
},
"weather": {
"latitude": 123,
"longitude": 123,
"temperature": 123,
"dewPoint": 123,
"humidity": 123,
"pressure": 123,
"windSpeed": 123,
"windDirection": 123,
"locationId": "<string>",
"precipitationType": "<string>",
"intensityOfPrecipitation": 123,
"visibility": 123
}
}
},
"raw": []
}
],
"next": "cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw"
}