RoscoLive API v1.0
  1. User
RoscoLive API v1.0
  • Company
    • create a company
      PUT
    • get a company by ID
      GET
    • update company
      POST
    • get a company
      GET
    • get companies
      GET
    • get partner companies list
      GET
    • get own partner company
      GET
  • Device
    • Get a device
      GET
    • get list of company devices
      GET
  • Device Firmware
    • get available firmware versions
      GET
    • get list of latest firmware versions
      GET
    • push firmware to device
      POST
    • cancel pending firmware update to devices
      DELETE
    • get firmware updates history for company
      GET
  • Driver Scoring / Coaching
    • get company drivers list
      GET
    • add a driver
      PUT
  • Event
    • Get company events
      GET
    • Request videos of an event
      PUT
    • get a last event of devices
      GET
    • get geotab events
      GET
    • get a last updated event of devices
      GET
    • update an event
      POST
  • Live streaming
    • start live streaming
  • Report
    • get list of companies with data usage for date range
  • User
    • Update notification by email
      POST
    • Get event / sms notification settings
      GET
  1. User

Get event / sms notification settings

Obsolete
GET
/users/{user_email}
usernotification
Get email / sms notification settings for a user the requester has permission to view, including their own.
This API is now obsoleted. "Get a user" can be used to retrieve the same data when passing show_notifications param.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/users/?show_notifications='
Response Response Example
200 - Example 1
{}

Request

Path Params
user_email
string <email>
required
Query Params
show_notifications
boolean 
required
Flag to get user notifications

Responses

🟢200Success
application/json
Body
object {0}
🟠401Login Required
Modified at 2025-05-06 13:07:22
Previous
Update notification by email
Built with