url
) for single Event Type (type
) notificationType | 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 PUT 'https://fleet.roscolive.com/api/v1.0/partners/companies//notifications/settings?type=1' \
--form 'url="https://prod.roscocloud.com/api/v1.0/partners/notifications/example"'
{
"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"
}