get https://{subdomain}.myclickfunnels.com/api/v2/orders//applied_tags
List the applied tags for an order
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
List the applied tags for an order
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/orders/order_id/applied_tags \
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"id": 2,
"public_id": "mUMoNw",
"order_id": 17,
"tag_id": 20,
"created_at": "2025-04-01T13:13:48.780Z",
"updated_at": "2025-04-01T13:13:48.780Z"
},
{
"id": 3,
"public_id": "ACVUaH",
"order_id": 18,
"tag_id": 22,
"created_at": "2025-04-01T13:13:49.007Z",
"updated_at": "2025-04-01T13:13:49.007Z"
}
]