get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//products/tags
List tags for a product
Log in to see full request history
Responses
List tags for a product
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/products/tags \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 276,
"public_id": "vsYDZO",
"workspace_id": 42000,
"name": "Example Tag",
"color": "periwinkle",
"created_at": "2025-04-01T13:13:59.494Z",
"updated_at": "2025-04-01T13:13:59.494Z"
},
{
"id": 277,
"public_id": "MwRhiE",
"workspace_id": 42000,
"name": "Example Tag",
"color": "white",
"created_at": "2025-04-01T13:13:59.498Z",
"updated_at": "2025-04-01T13:13:59.498Z"
}
]