> 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/contact/danh-sach-loi-moi-ket-ban-da-gui.md).

# Danh sách lời mời kết bạn đã gửi

1. Body

<table><thead><tr><th>Name</th><th width="359">Type</th><th>Description</th></tr></thead><tbody><tr><td>service</td><td>contact</td><td></td></tr><tr><td>method</td><td>requestedFriends</td><td></td></tr><tr><td>data</td><td><pre class="language-json"><code class="lang-json"><strong>{
</strong>  "accountId": "262941598338491044"
}
</code></pre></td><td></td></tr></tbody></table>

2. Response

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

```json
{
    "data": {
        "error_message": "Successful.",
        "data": {
            "2259583083685921625": {
                "displayName": "Phạm Hiềnn", // Tên Zalo
                "avatar": "https://s75-ava-talk.zadn.vn/2/e/7/a/4/75/454a7e78b3da5d0de7e41c3535c6c851.jpg", // URL avatar
                "userId": "2259583083685921625",
                "zaloName": "Phạm Hiềnn" // Tên Zalo
            },
            "3917728513491136348": {
                "displayName": "Mỹ Linh",
                "avatar": "https://s75-ava-talk.zadn.vn/6/a/4/b/1/75/b8a71aeb9f16035806ebcfd6eda52eaf.jpg",
                "userId": "3917728513491136348",
                "zaloName": "Mỹ Linh"
            }
        },
        "error_code": 0
    },
    "status": "success"
}
```

{% endtab %}

{% tab title="400" %}

```json
{
    "status": "error",
    "error": {
        "message": "Something wrong was happened.",
        "code": null,
        "prms": null
    }
}
```

{% endtab %}
{% endtabs %}
