company_id
curl --location --request GET 'https://fleet.roscolive.com/api/v1.0/companies/1234/webhook'
{
"meta": {
"code": 200
},
"response": {
"webhooks": [
{
"created_at": "2025-06-12 18:26:48",
"id": 824,
"notifications": 3,
"url": "https://wh_example_2.com"
},
{
"created_at": "2025-06-12 15:08:05",
"id": 823,
"notifications": 5,
"url": "https://wh_example.com"
},
{
"created_at": "2025-06-12 15:08:05",
"id": 822,
"notifications": 1,
"url": "https://wh_example.com"
},
{
"created_at": "2025-06-06 11:59:53",
"id": 741,
"notifications": 3,
"url": "https://staging.roscocloud.com/api/v1.0/partners/wh_api_test_2/example"
}
]
},
"result": "OK"
}