get https://{subdomain}.myclickfunnels.com/api/v2/contacts/applied_tags/
Retrieve an applied tag for a contact
Log in to see full request history
Responses
Retrieve an applied tag for a contact
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/contacts/applied_tags/id \
--header 'accept: application/json'
xxxxxxxxxx
13{
"id": 4,
"public_id": "UpNMQz",
"contact_id": 1,
"tag_id": 55,
"created_at": "2025-04-08T08:49:36.573Z",
"updated_at": "2025-04-08T08:49:36.573Z",
"tag": {
"public_id": "zJbaPv",
"name": "Example Tag",
"color": "#fd3fdd"
}
}