v1
latestOpenAPI 3.0.02026-08-04109109370.6 KBTags
Get a list of tags
Get a list of all tags in a Nutshell instance.
get/tags
Query parameters
qstring
Used to query for tags that match a specific string
filter[tagType]'leads' | 'contacts' | 'accounts'
Used to get tags of a specific type
Response
OK
Example response
{
"tags": [
{
"id": "3-contacts",
"name": "Enterprise",
"href": "https://app.nutshell.com/rest/tags/1-tags",
"modifiedTime": 31536000,
"deletedTime": 31536000,
"tagType": "leads",
"colorType": "COLOR_ORANGE"
}
]
}