1. Installer App
RoscoLive API v1.0(v2.41.0)
  • Authentication
    • Login
      POST
    • Logout
      GET
  • Report
    • Get custom report data
      GET
    • Get paired GO device report
      GET
    • Update custom report
      POST
    • Create custom report for user
      PUT
  • Company
    • private
      • Create a new partner company
      • Update partner company info
      • Get a partner company
      • Disable a customer company
      • Enable a customer company
      • Disable a partner company
      • Enable a partner company
    • Create a company
      PUT
    • Get a company by ID
      GET
    • Update company
      POST
    • Get a company
      GET
    • Get companies
      GET
    • Get own partner company
      GET
  • Remote Device Management
    • Get device config history
      GET
    • Get device config history file
      GET
  • Device
    • Search devices
      GET
    • Update a device settings
      POST
    • Get a device
      GET
    • Get list of company devices
      GET
    • Get device with driver ID
      GET
    • Create devices (auto-prov/DV4/DV6/DV7)
      PUT
    • Get devices for all companies available for user
      GET
    • Get device list for multiple companies
      GET
    • Get current activity status of devices
      GET
  • Driver Scoring / Coaching
    • Get company event score weights
    • Update company event score weights
  • Event
    • Get Company Events
    • Get Latest Event for Each Device in Company
    • Share an event
    • Get a last updated event of devices
    • Get list of company events
  • External Service
    • BeWhere
      • Get BeWhere trackers by group
      • Add BeWhere tracker to group
      • Remove BeWhere tracker from group
      • Get list of BeWhere trackers for a company
      • Get available dates for a BeWhere tracker
      • Get metadata for a BeWhere tracker
  • Group
    • Get devices of a group
  • Metadata
    • Get alerts and events of devices for company
    • Get alerts of a device
  • Webhooks
    • Add Webhook Subscription to Multiple Event Types
    • Get Notification Subscriptions for Event Type
    • Set Notifications for Event Type
    • Remove Notification Subscription for Event Type
    • Get All Webhook Subscriptions for a Company
  • Installer App
    • Get user installed devices
      GET
  1. Installer App

Get user installed devices

GET
/users/devices/installed
Endpoint to get user installed devices.

Request

Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
🟠404Resource Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://fleet.roscolive.com/api/v1.0/users/devices/installed?start_date=undefined'
Response Response Example
200 - Example 1
{
    "meta": {
        "code": 200
    },
    "response": [
        {
            "activated_timestamp": "Thu, 09 Apr 2026 17:18:22 GMT",
            "active": true,
            "adas_camera_height": 7.36,
            "adas_camera_offset": -12.57,
            "adas_units": "imperial",
            "adas_vehicle_hood_len": 85.96,
            "adas_vehicle_width": 90.76,
            "ads_online": false,
            "asset_id": 8196,
            "canbus": "0",
            "cardreader": null,
            "channel_available": "1,2",
            "config_checksum": 1,
            "created_at": "Mon, 13 Jan 2025 11:24:15 GMT",
            "data_limit": 1,
            "data_online": false,
            "device_id": "3337528432",
            "device_type": "dv6",
            "disable_live_stream": false,
            "driver_id": null,
            "driver_last_update": null,
            "driver_name": null,
            "driver_recognition": "company_setting",
            "exceeded_livestream_limit": false,
            "firmware": null,
            "flood_blocked": false,
            "general_status": "idling",
            "groups": [
                "Installed Devices"
            ],
            "incorrect_device_time": false,
            "installed_by_user_id": 534,
            "is_flagged": false,
            "last_disconnected_ts": "Mon, 16 Feb 2026 14:58:45 GMT",
            "last_sleep_connected_ts": "Fri, 22 Aug 2025 15:48:25 GMT",
            "last_sleep_disconnected_ts": "Fri, 22 Aug 2025 15:50:35 GMT",
            "live_online": false,
            "no_sd_card": false,
            "online_gps": false,
            "parking_duration": 60,
            "pending_company_profile": "test 5091",
            "pending_config_status": "pending",
            "pending_profile_id": 13063,
            "serial_number": "537257304504663",
            "sleep": 0,
            "status": "used",
            "tag_plate": "ABC456",
            "uploaded_company_profile": null,
            "vehicle_icon": "van",
            "vehicle_name": "api_tests",
            "vin_number": "8H7G6F5E4D3C2B1A9I"
        }
    ],
    "result": "OK"
}
Modified at 2026-06-22 15:43:07
Previous
Get All Webhook Subscriptions for a Company
Built with