# Lấy danh sách

1. **Body**

| Name    | Type            | Description |
| ------- | --------------- | ----------- |
| service | webhook         |             |
| method  | getListEndpoint |             |

2. **Response**

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

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

{% endtab %}
{% endtabs %}
