# Config

1. **Body**

<table><thead><tr><th>Name</th><th>Value</th><th>Description</th></tr></thead><tbody><tr><td>service</td><td>webhook</td><td></td></tr><tr><td>method</td><td>config</td><td></td></tr><tr><td>data</td><td><p>{</p><p></p><pre class="language-json" data-title="" data-overflow="wrap"><code class="lang-json">"active": true/false,
        "listEndpoint": [
            "http://example.com",
            "http://example1.com"   ]
</code></pre><p>}</p></td><td></td></tr></tbody></table>

2. **Response**&#x20;

{% tabs %}
{% tab title="200" %}

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

{% endtab %}
{% endtabs %}
