get https://{subdomain}.myclickfunnels.com/api/v2/orders/applied_tags/
Retrieve an applied tag for an order
Log in to see full request history
Responses
Retrieve an applied tag for an order
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/orders/applied_tags/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 4,
"public_id": "iAhkNb",
"order_id": 19,
"tag_id": 24,
"created_at": "2025-03-05T12:39:55.973Z",
"updated_at": "2025-03-05T12:39:55.973Z"
}