type parameter) for a company (company_name)| Type | Type ID |
|---|---|
| Events and Alerts | 0 |
| Alerts | 1 |
| Events | 2 |
| Device Status (Connection Status) | 3 |
| Ignition State | 4 |
| Input Sensor | 5 |
| Unidentified Driver | 6 |
| Identified Driver | 7 |
| Channel Status (Bad Channel) | 8 |
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/partners/companies//notifications/settings?type=1'{
"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"
}