Config
Body
Name
Value
Description
service
webhook
method
config
data
{
"active": true/false,
"listEndpoint": [
"http://example.com",
"http://example1.com" ]
}
Response
{
"status": "success",
"data": {
"listEndpoint": [
"http://example.com",
"http://example1.com"
],
"active": true
}
}
Last updated