# Thông tin webhook

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

{% hint style="info" %}
Api get thông tin webhook đã cài đặt.
{% endhint %}

#### Parameters:

| Tên trường      | Kiểu dữ liệu | Chú thích |
| --------------- | ------------ | --------- |
| merchant\_token | String       | Token     |

```
Ví dụ:
http://ws.ems.com.vn/api/v1/metadata/webhook?merchant_token=xxxxxxxxxxxxxxxx
```

#### Responses:

```
{
    "code":"success",
    "message":"Thành công",
    "data":
        {
            "link":"https:\/\/pos.pages.fm\/api\/v1\/ems\/update?api_token=$2b$12$D.D1m4eo1dSGq3RHzBAjjuQcRcEDzEbA0AQ.IwfBkN4AA.JtxcWS6",
            "email_alert":null,
            "function":"journey",
            "status":"active",
            "action":"RUN",
            "created_at":"2021-10-22 14:30:10"
        }
}
```
