This endpoint fetch the tag details using unique label_id.
GET
/api/v1.0/labels/{label_id}
curl \
--request GET 'https://openapi.niftypm.com/api/v1.0/labels/{label_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "a1b2c3d4-e5f6",
"name": "Urgent",
"color": "#4A90D9",
"type": "others",
"created_by": "b2c3d4e5-f6a",
"team": "c3d4e5f6-a7b8",
"default": false
}