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
Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
{
"Id": 22,
"Name": "High priority",
"Color": "#f8bbd099"
}
{ "Id": 22, "Name": "High priority", "Color": "#f8bbd099" }
{
    "Id": 22,
    "Name": "High priority",
    "Color": "#f8bbd099"
}