Request URL

GET https://api.dotcom-monitor.com/config_api_v1/tag/{tag_id}

Get tag information by tag’s id.

Path Parameters

Field Type Required Description
tag_id

int32

true

The tag ID.
Example request URL

https://api.dotcom-monitor.com/config_api_v1/tag/22

Success Response

Example Response with the tag description
{
    "Id": 22,
    "Name": "High priority",
    "Color": "#f8bbd099"
}