List Safety Events
List all safety events detected by the provider.
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.
Query Parameters
Pagination cursor to start requests from
The maximum number of results to return in a page.
Only include records that were last modified after a provided date.
Only include records that were last modified before a provided date.
Only include records of statuses that started after a provided date.
Only include records of statuses that started before a provided date.
Comma separated list of driver IDs to filter for
Comma separated list of vehicle IDs to filter for
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
Cursor used for pagination.