Add Tags to a Contact by Tag Name
Adds or creates tags to a contact by tag name. If the tag does not exist, it is created.
Path Parameters
dsidstringrequired
The id of the contact
HTTP Request Examples
[
"Tag A",
"Tab B"
]
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {}
}