get https://{subdomain}.myclickfunnels.com/api/v2/products/tags/
Retrieve a tag for a product
Log in to see full request history
Responses
Retrieve a tag for a product
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/products/tags/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 278,
"public_id": "WarAwi",
"workspace_id": 42000,
"name": "Example Tag",
"color": "sapphire",
"created_at": "2025-04-15T08:49:53.706Z",
"updated_at": "2025-04-15T08:49:53.706Z"
}