1. Installer App
RoscoLive API v1.0(v2.40.0)
  • Report
    • Get custom report data
      GET
    • Get all events report for company
      GET
    • Get event count summary report for company devices
      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 audit logs of a company
      GET
    • Get a company by ID
      GET
    • Update company
      POST
    • Get companies list
      GET
    • Get a company
      GET
    • Get companies
      GET
    • Get own partner company
      GET
  • User
    • Get Company Users
      GET
    • Get User Info from Email Address
      GET
    • Update a User's Info
      POST
    • Get my Own User Info
      GET
    • Create a User
      PUT
    • Update notification by email
      POST
  • Device
    • Update a device settings
      POST
    • Get company devices with modems
      GET
    • Get a device
      GET
    • Create devices (auto-prov/DV4/DV6/DV7)
      PUT
  • Driver Scoring / Coaching
    • Get company drivers list
    • Get driver scores
    • Add new driver to company
    • Get company event score weights
    • Update company event score weights
  • Event
    • Get an Event of a Device by Start Time
    • Get an Event by ID and Storage Type
    • Get Company Events
    • Get Event by Company and ID
    • Get Flagged Company Events
    • Get Device Events for Period
    • Get list of company events
  • Metadata
    • Get alerts and events of devices for company
    • Get alerts of a driver
  • Fleet Configuration
    • Get profiles of a company
    • Get company default profile settings
    • Remove a company profile
    • Create new profile in a company
    • Get a company profile
    • Get profile history
    • Update a company profile
  • DocuWiki Support
    • Rosco customer registration
  • Installer App
    • Add install report
      POST
    • Installer registration
      POST
    • Install Rosco device
      PUT
  1. Installer App

Install Rosco device

PUT
/installerapp/device/{imei}/install

Request

Path Params

Body Params multipart/form-dataRequired

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
🟠404Resource Not Found
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://fleet.roscolive.com/api/v1.0/installerapp/device//install' \
--form 'device_type=""' \
--form 'vin_number=""' \
--form 'tag_plate=""' \
--form 'company_id=""' \
--form 'channel_available_3=""' \
--form 'channel_available_4=""' \
--form 'obd=""' \
--form 'canbus=""' \
--form 'install_ts=""' \
--form 'asset_id=""' \
--form 'channel_1=@""' \
--form 'channel_2=@""' \
--form 'channel_3=@""' \
--form 'channel_4=@""' \
--form 'obd_mount=@""' \
--form 'obd_zip_tie=@""' \
--form 'camera_mount=@""' \
--form 'j1939_mount=@""' \
--form 'adas_camera_height=""' \
--form 'adas_vehicle_width=""' \
--form 'adas_camera_offset=""' \
--form 'adas_vehicle_hood_len=""'
Response Response Example
200 - Example 1
{
    "meta": {
        "code": 200
    },
    "response": {},
    "result": "OK"
}
Modified at 2026-03-19 14:54:41
Previous
Installer registration
Built with