post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//products/tags
Add a new tag to a product
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Add a new tag to a product
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/products/tags \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 279,
"public_id": "OtCThv",
"workspace_id": 42000,
"name": "Example Tag",
"color": "indigo",
"created_at": "2025-03-05T12:40:05.984Z",
"updated_at": "2025-03-05T12:40:05.984Z"
}