> For the complete documentation index, see [llms.txt](https://docws.ems.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docws.ems.com.vn/tieng-viet/diem-gui-hang/danh-sach-diem-lay-hang.md).

# Danh sách điểm lấy hàng

## List Inventory

<mark style="color:blue;">`GET`</mark> `http://ws.ems.com.vn/api/v1/inventory/list`

API trả về danh sách điểm lấy hàng.

#### Path Parameters

| Name            | Type   | Description |
| --------------- | ------ | ----------- |
| merchant\_token | string | *`Token`*   |

#### Query Parameters

| Name  | Type    | Description |
| ----- | ------- | ----------- |
| page  | integer |             |
| limit | integer |             |

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

```php
{
  "code": "success",
  "message": "Thành công",
  "data": [
    {
      "id": [integer],
      "name": [string],
      "username": [string],
      "phone": [string],
      "country_code": [string],
      "province_code": [string],
      "district_code": [string],
      "ward_code": [string],
      "address": [string],
      "active": [integer],
      "created_at": [string],
      "country_name": [string],
      "province_name": [string],
      "district_name": [string],
      "ward_name": [string]
    }
  ]
}
```

{% endtab %}
{% endtabs %}
