# Danh sách phường/xã

## /location/ward

<mark style="color:blue;">`GET`</mark>&#x20;

#### Query Parameters

| Name            | Type   | Description                                       |
| --------------- | ------ | ------------------------------------------------- |
| merchant\_token | string | Token do người dùng tự tạo trong hệ thống quản lý |

#### Headers

| Name   | Type   | Description      |
| ------ | ------ | ---------------- |
| Accept | string | application/json |

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

```javascript
{
    "code": "success",
    "message": "Thành công",
    "data": [
        {
            "code": "1000",
            "name": "Trung Văn",
            "full_name": "Phường Trung Văn"
        }
    ]
}
```

{% endtab %}
{% endtabs %}

{% file src="<https://3291304755-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lj0lpdJBzBT_mnrs9qu%2F-Lj_-y7ECr1Tj0e7RL1E%2F-Lj_0EuFhTfdzN8zECxz%2Fexport-full-loaction.xlsx?alt=media&token=cbceb8d7-0562-45cf-bc51-6cb8a95232e3>" %}
Danh sách phường xã, quận huyện
{% endfile %}
