post https://{subdomain}.myclickfunnels.com/api/v2/orders//applied_tags
Assign a tag to an order by creating an applied tag
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Assign a tag to an order by creating an applied tag
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/orders/order_id/applied_tags \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 5,
"public_id": "GFhdqB",
"order_id": 20,
"tag_id": 26,
"created_at": "2025-03-05T12:39:56.203Z",
"updated_at": "2025-03-05T12:39:56.203Z"
}