1. Webhooks
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
      PUT
    • Get Notification Subscriptions for Event Type
      GET
    • Set Notifications for Event Type
      PUT
    • Remove Notification Subscription for Event Type
      DELETE
    • Get All Webhook Subscriptions for a Company
      GET
  • Installer App
    • Get user installed devices
  1. Webhooks

Get Notification Subscriptions for Event Type

GET
/partners/companies/{company_name}/notifications/settings
Get all existing webhook subscriptions/notifications for a single Event Type (type parameter) for a company (company_name)
TypeType ID
Events and Alerts0
Alerts1
Events2
Device Status (Connection Status)3
Ignition State4
Input Sensor5
Unidentified Driver6
Identified Driver7
Channel Status (Bad Channel)8
Camera Health Errors9

Request

Path Params

Query Params

Responses

🟢200Success
application/json
Bodyapplication/json

🟠401Login Required
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://fleet.roscolive.com/api/v1.0/partners/companies//notifications/settings?type=1'
Response Response Example
200 - Success
{
    "meta": {
        "code": 200
    },
    "response": [
        {
            "company_id": 66,
            "created_at": "2025-06-14 13:40:04",
            "id": 841,
            "type": 2,
            "url": "https://prod.roscocloud.com/api/v1.0/partners/notifications/example"
        }
    ],
    "result": "OK"
}
Modified at 2026-05-04 18:44:46
Previous
Add Webhook Subscription to Multiple Event Types
Next
Set Notifications for Event Type
Built with