List WebHooks
Last updated
Last updated
GET /api/v1/webhooks HTTP/1.1
Host: api.livereach.ai
Authorization: YOUR_API_KEY
Accept: */*
{
"result": {
"success": true,
"httpCode": 200
},
"content": [
{
"id": "text",
"url": "https://example.com",
"camera_ids": [
"text"
],
"server_ids": [
"text"
],
"location_ids": [
1
],
"events": [
"text"
]
}
]
}