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. |
GET https://api.dotcom-monitor.com/config_api_v1/tag/{tag_id}
Get tag information by tag’s id.
Field | Type | Required | Description |
---|---|---|---|
tag_id |
int32 |
true |
The tag ID. |
https://api.dotcom-monitor.com/config_api_v1/tag/22
{ "Id": 22, "Name": "High priority", "Color": "#f8bbd099" }