get https://{subdomain}.myclickfunnels.com/api/v2/workspaces//orders/tags
List all order tags for your workspace
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List all order tags for your workspace
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/orders/tags \
--header 'accept: application/json'
xxxxxxxxxx
20[
{
"id": 64,
"public_id": "rJyiea",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#fa444e",
"created_at": "2025-03-05T12:40:04.659Z",
"updated_at": "2025-03-05T12:40:04.659Z"
},
{
"id": 65,
"public_id": "KUCoFg",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#8e60f5",
"created_at": "2025-03-05T12:40:04.666Z",
"updated_at": "2025-03-05T12:40:04.666Z"
}
]