Get All Tags
This API is used for listing all the tags along with their details in your Zoho Campaigns organization.
Scope
- ZohoCampaigns.contact.UPDATE
Request Type
- GET
Request URL
- https://campaigns.zoho.com/api/v1.1/tag/getalltags
API Limit
- Duration: 5 mins
- Number of Calls: 500
- Lock Period: 30 mins
You can send 500 API calls per 5 minutes. If you hit this limit, you can't use this API for the next 30 minutes due to security reasons, but you can still use other APIs if their lock period hasn’t been reached.
Possible Errors
Error Code | Description |
992 | No tag found. |
Sample JSON Request
Copiedhttps://campaigns.zoho.com/api/v1.1/tag/getalltags
Sample Response - Success
Copied{
"uri": "/api/v1/tag/getalltags",
"version": "1",
"requestdetails": "{}",
"tags": [
{
"16492000023685218": {
"tagowner": "Zylker",
"tag_created_time": "07 Feb 2019, 12:33 PM",
"tag_name": "SATLIV",
"tag_color": "#48b9d1",
"tag_desc": "Test Tag",
"tagged_contact_count": "64",
"is_crm_tag": "false",
"zuid": "xxxxxxxx"
}
},
{
"16492000023685001": {
"tagowner": "Zylker",
"tag_created_time": "07 Feb 2019, 11:25 AM",
"tag_name": "CLARA",
"tag_color": "#ff458a",
"tag_desc": "New Test",
"tagged_contact_count": "171",
"is_crm_tag": "false",
"zuid": "xxxxxxx"
}
},
{
"16492000005417003": {
"tagowner": "Zylker",
"tag_created_time": "06 Dec 2018, 07:41 PM",
"tag_name": "Zylker Tags",
"tag_color": "#ff458a",
"tag_desc": "Test",
"tagged_contact_count": "29",
"is_crm_tag": "false",
"zuid": "xxxxxxxx"
}
},
{
"16492000005157186": {
"tagowner": "Zylker",
"tag_created_time": "27 Nov 2018, 11:56 AM",
"tag_name": "Interested",
"tag_color": "#81d0d1",
"tag_desc": "",
"tagged_contact_count": "88",
"is_crm_tag": "false",
"zuid": "xxxxxxxx"
}
},
{
"16492000005134285": {
"tagowner": "Zylker",
"tag_created_time": "25 Nov 2018, 12:04 AM",
"tag_name": "Hot Leads",
"tag_color": "#e4c949",
"tag_desc": "",
"tagged_contact_count": "172",
"is_crm_tag": "false",
"zuid": "xxxxxxx"
}
},
{
"16492000004512001": {
"tagowner": "Zylker",
"tag_created_time": "31 Oct 2018, 11:42 AM",
"tag_name": "Admin Tag",
"tag_color": "#ff458a",
"tag_desc": "",
"tagged_contact_count": "25847",
"is_crm_tag": "false",
"zuid": "xxxxxxxx"
}
},
{
"16492000004504005": {
"tagowner": "Zylker",
"tag_created_time": "30 Oct 2018, 06:48 PM",
"tag_name": "sample",
"tag_color": "#8563dd",
"tag_desc": "",
"tagged_contact_count": "5",
"is_crm_tag": "false",
"zuid": "xxxxxxxx"
}
},
{
"16492000004504001": {
"tagowner": "New User",
"tag_created_time": "30 Oct 2018, 06:43 PM",
"tag_name": "Tag Test",
"tag_color": "#8563dd",
"tag_desc": "m",
"tagged_contact_count": "25772",
"is_crm_tag": "false",
"zuid": "xxxxxxxx"
}
}
]
}