OPEN API
    OPEN API
    • Organization Info
      • Get information about your organization
    • Drivers
      • List all drivers
      • Retrieve a driver
    • Hours Of Service
      • Get HOS clocks
      • Get all driver HOS daily logs
      • Get HOS logs
    • Vehicles
      • List all vehicles
      • Retrieve a vehicle
    • Assets
      • List Assets
      • Get Asset
      • Latest Asset Locations
    • Fault Codes
      • List Fault Code Events
    • Vehicle Locations
      • Historical Vehicle Locations
      • Latest Vehicle Locations
    • Trips
      • Get Vehicle Trips
    • Vehicle Stats
      • Vehicle Stats snapshot
    • Maintenance
      • Get all DVIRs
    • IFTA
      • Get IFTA jurisdiction reports
    • Safety
      • List Safety Events
      • Get Safety Event
      • Get Last Snapshot
      • Get Live Snapshot
    • Webhook
      • Sample Webhook request for specific trigger
      • Subscribe to specific immediately events
      • Available list of Triggers
      • Unsubscribe form events
    • Schemas
      • Schemas
        • CompanyResponse
        • DriverResponse
        • TimezoneEnum
        • TripLocation
        • TripStartEnd
        • VehicleResponse
      • AvailableTime
      • Asset
      • CompanyDetail
      • AssetLocationItem
      • AssetsResponse
      • CurrentStatusEnum
      • DVIRList
      • Driver
      • DVIRTrailerDefects
      • DriverLicense
      • DVIRVehicle
      • DVIRVehicleDefects
      • HosDailyLogs
      • HosDailyLogsResponse
      • HosLogsResponse
      • ForVehicleLocationResponse
      • LicensePlate
      • Location
      • PaginatedDriverList
      • IFTAItem
      • FaultCodeEvent
      • PaginatedHosLogsResponseList
      • IFTAReport
      • PaginatedTripResponseList
      • PaginatedVehicleList
      • PaginatedVehicleLocationResponseList
      • OpenAPIWebhookSubscribeRequest
      • HosLogAddress
      • Response
      • OpenAPIWebhookUnsubscribeRequest
      • HosLogLocation
      • Result
      • StatusEnum
      • PaginatedDVIRListList
      • StatusDurations
      • VehicleRoute
      • PaginatedIFTAReportList
      • PaginatedForVehicleLocationResponseList
      • TripResponse
      • VehicleRouteLocation
      • VehicleRouteStartEnd
      • NullEnum
      • Vehicle
      • VehicleSResponse
      • VehicleLocationResponse
      • VehicleStats
      • PaginatedWebhookTriggerList
      • PaginatedAssetLocationItemList
      • PaginatedFaultCodeEventList
      • WebhookTrigger
      • SafetyEvent
      • SafetyEventsResponse
      • SafetySnapshot
      • SafetySnapshotParamsRequest
      • TypeEnum

    SafetyEvent

    Safety event from camera systems (DSM, ADAS, etc.).

    {
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "type": "Crash",
        "driver": "string",
        "vehicle": "string",
        "startedAt": "string",
        "location": "string",
        "address": "string",
        "endedAt": "string",
        "stats": "string",
        "cameraMedia": "string",
        "metadata": "string"
    }
    Built with