Request URL

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

Get a list of tags created in the account.

Example request URL

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

Success Response

Example Response with the list of tag objects
[
    {
        "Id": 22,
        "Name": "High priority",
        "Color": "#f8bbd099"
    },
    {
        "Id": 23,
        "Name": "My device",
        "Color": "#c8e6c999"
    },
    {
        "Id": 441,
        "Name": "PNM",
        "Color": "#b3e5fc99"
    }
]