v1

latestOpenAPI 3.0.02026-08-04109109370.6 KB
Tags

Create a tag

Create a tag. Tags are used to organize leads, contacts, and accounts into groups.

post/tags

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"
    }
  ]
}