Get SafetyCam events

Retrieve a paginated list of SafetyCam events for the authenticated customer with rich filtering options.
Events represent various incidents detected by SafetyCam devices such as harsh braking, acceleration, collisions, etc.
Supports filtering by time range, event types, vehicles, drivers, groups, and segments.
The time range between startTime and endTime should not exceed 31 days.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
required

Maximum number of records to return.

integer
required

Number of records to skip for pagination.

string
required

Start datetime (inclusive) for filtering events. Format YYYY-MM-DD HH:mm:ss.

string
required

End datetime (inclusive) for filtering events. Format YYYY-MM-DD HH:mm:ss.

string

Comma-separated list of internal event types to include.
Possible values:

  • CAM_IMPACT
  • CAM_VIOLENT_RIGHT_TURN
  • CAM_VIOLENT_LEFT_TURN
  • CAM_EATING_DRINKING
  • CAM_DISCONNECT
  • CAM_SMOKING
  • CAM_GFORCE_HIGH
  • CAM_GFORCE_REGULAR
  • CAM_BUTTON_PRESSED
  • CAM_TAMPERED
  • CAM_ACCIDENT_AI
  • CAM_PHONE_USE
  • CAM_UNBELTED
  • CAM_TAILGATING
  • CAM_DISTRACTED_DRIVING
  • CAM_VIOLENT_TURN
  • CAM_OBSTRUCTION
  • CAM_LANE_DEPARTURE
  • CAM_POSSIBLE_FATIGUE
  • CAM_FORWARD_COLLISION_WARNING
  • CAM_ROLLING_STOP
  • HARD_ACCELERATION_MESSAGE
  • HARD_BREAKING_MESSAGE
  • TRIP_START_MESSAGE
  • TRIP_END_MESSAGE
  • COVER_REMOVED
  • HARD_CORE_BRAKING_MESSAGE
  • OVER_SPEEDING_ENDED
  • ENTERED_GEOFENCE
  • EXIT_GEOFENCE
  • REAL_TIME_DISCONNECT_EVENT
  • PULSE_WIDTH_START
  • ACCIDENT_DETECTION
  • PULSE_WIDTH_DURATION
string
enum

Segment filter for events (mutually exclusive with eventTypes).
Possible values:

  • CRITICAL_EVENTS
  • DRIVER_RISK_EVENTS
  • DRIVER_BEHAVIOR_EVENTS
  • OTHER_EVENTS
Allowed:
string

Comma-separated list of vehicle UUIDs to include. Only events for these vehicles will be returned.

string

Comma-separated list of vehicle UUIDs to exclude. Events for these vehicles will be filtered out.

string

Comma-separated list of driver UUIDs to include. Only events for vehicles with these drivers will be returned.

string

Comma-separated list of driver UUIDs to exclude. Events for vehicles with these drivers will be filtered out.

string

Comma-separated list of group UUIDs to include. Only events for vehicles in these groups will be returned.

string

Comma-separated list of group UUIDs to exclude. Events for vehicles in these groups will be filtered out.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json