Create WebHook
Last updated
Last updated
POST /api/v1/webhooks HTTP/1.1
Host: api.livereach.ai
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 122
{
"id": "text",
"url": "https://example.com",
"camera_ids": [
"text"
],
"server_ids": [
"text"
],
"location_ids": [
1
],
"events": [
"text"
]
}{
"result": {
"success": true,
"httpCode": 200
},
"content": {
"id": "text",
"url": "https://example.com",
"camera_ids": [
"text"
],
"server_ids": [
"text"
],
"location_ids": [
1
],
"events": [
"text"
]
}
}