get https://{subdomain}.myclickfunnels.com/api/v2/contacts/tags/
Retrieve a single Contact Tag
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Retrieve a single Contact Tag
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/contacts/tags/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 64,
"public_id": "RPrgzp",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#c7135b",
"created_at": "2025-03-05T12:39:45.348Z",
"updated_at": "2025-03-05T12:39:45.348Z"
}