Get Details of a Tag 

Description

To get information about a specific tag. 

OAuth Scope: SalesIQ.​tags.READ

Method: GET

URL

Copiedhttps://{[zohosalesiq_server_uri](https://www.zoho.com/salesiq/help/developer-section/rest-api-v2.html)}/api/v2/{screenname}/tags/{tag_id}

Example

Copiedhttps://salesiq.zoho.com/web/v2/zylker/tags/54000000002009

Success Response

Copied{
    url: "/api/v2/zylker/tags/54000000002009",
    object: "tags_config",
    data:{
            id : "54000000002009",
            name : "Europe",
            color : "#ff9807",
            module : "conversations",
            archived : false,
            status : "unarchived",
            modified_time: "1633353825877",
            modifier : {
                "name": "james",
                "modified_time": "1633353825877",
                "id": "11000000002001"
            }
        }
}