Adds one or more tags to a contact.
POST
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
curl -i -X POST \
https://api.klicktipp.com/subscriber/tag \
-H 'Content-Type: application/json' \
-d '{
"email": "alex.example@klicktipp.example",
"tagids": [
19,
20
]
}'