Add Tags to a Contact by Tag Id
Adds a list of tags to a specified contact. To obtain the ids of the tags to add, use the List Tags endpoint.
Path Parameters
dsidstringrequired
The contact id to add tags to.
HTTP Request Examples
ids
[
12,
34,
54
]
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {}
}