请求网址

获取
https://api.dotcom-monitor.com/config_api_v1/tags

获取在账户中创建的标签列表。

示例请求 URL

https://api.dotcom-monitor.com/config_api_v1/tags

成功响应

包含标记对象列表的示例响应
[
    {
        "Id": 22,
        "Name": "High priority",
        "Color": "#f8bbd099"
    },
    {
        "Id": 23,
        "Name": "My device",
        "Color": "#c8e6c999"
    },
    {
        "Id": 441,
        "Name": "PNM",
        "Color": "#b3e5fc99"
    }
]