> 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/danh-muc/dich-vu.md).

# Danh sách dịch vụ

## /metadata/service

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

API trả về danh sách dịch vụ.

#### Path Parameters

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

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

```
{
    "code": "success",
    "message": "Thành công",
    "data": [
        {
            "code": [integer],
            "name": [string]
        },
    ]
}
```

{% endtab %}
{% endtabs %}
