Webhooks
Last updated
GET /api/webhooks HTTP/1.1
Accept: */*
[
{
"_id": "text",
"url": "text",
"events": [
"text"
]
}
]POST /api/webhooks HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"_id": "text",
"url": "text",
"events": [
"text"
]
}{
"id": "text"
}GET /api/webhooks/{id} HTTP/1.1
Accept: */*
{
"_id": "text",
"url": "text",
"events": [
"text"
]
}PUT /api/webhooks/{id} HTTP/1.1
Accept: */*
DELETE /api/webhooks/{id} HTTP/1.1
Accept: */*