Config

  1. Body

NameValueDescription

service

webhook

method

config

data

{

"active": true/false,
        "listEndpoint": [
            "http://example.com",
            "http://example1.com"   ]

}

  1. Response

{
    "status": "success",
    "data": {
        "listEndpoint": [
            "http://example.com",
            "http://example1.com"
        ],
        "active": true
    }
}

Last updated