Skip to content

Tags

Endpoints for managing and querying available tags in KlickTipp. These operations allow systems to retrieve tag metadata and understand which tags can be used for segmentation and automation control.

List Tags

Request

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
/tag
curl -i -X GET \
  https://api.klicktipp.com/tag

Responses

Success Response.

Bodyapplication/json
property name*stringadditional property
Response
{ "21": "mytag", "23": "example" }