Lists the IDs and names of all manual tags.
This Endpoint does not list smart tags. Smart tag IDs can only be obtained from the Get Contact endpoint.
GET
curl -i -X GET \
https://api.klicktipp.com/tagResponse
{ "21": "mytag", "23": "example" }
Lists the IDs and names of all manual tags.
This Endpoint does not list smart tags. Smart tag IDs can only be obtained from the Get Contact endpoint.
curl -i -X GET \
https://api.klicktipp.com/tag{ "21": "mytag", "23": "example" }