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": "pYzHMa",
"order_id": 17,
"tag_id": 20,
"created_at": "2025-03-05T12:39:55.506Z",
"updated_at": "2025-03-05T12:39:55.506Z"
},
{
"id": 3,
"public_id": "jXHcuV",
"order_id": 18,
"tag_id": 22,
"created_at": "2025-03-05T12:39:55.739Z",
"updated_at": "2025-03-05T12:39:55.739Z"
}
]