> For the complete documentation index, see [llms.txt](https://docs.salework.net/salework-tai-lieu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salework.net/salework-tai-lieu/salework-zalo-open-api/webhook/lay-danh-sach.md).

# 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 %}
