RoscoLive API v1.0
  1. User
RoscoLive API v1.0
  • Device
    • Get device list for multiple companies
      GET
    • Get current activity status of devices
      GET
  • Driver Scoring / Coaching
    • Get company event score weights
      GET
    • Update company event score weights
      POST
  • Event
    • Get company events
      GET
    • Request videos of an event
      PUT
    • Get events for a device
      GET
  • Fleet Configuration
    • Create new profile in a company
      POST
    • Get a company profile
      GET
  • Metadata
    • Get alerts and events of devices for company
      GET
  • 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
  • User
    • Get a user
      GET
    • Get own info
      GET
    • Get application notifications
      GET
    • SD card reformat reminder
      POST
    • Update notification by email
      POST
    • Get event / sms notification settings
      GET
  1. User

Get event / sms notification settings

Obsolete
GET
https://fleet.roscolive.com/api/v1.0/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