get https://{subdomain}.myclickfunnels.com/api/v2/orders/tags/
Retrieve a single order tag
Log in to see full request history
Responses
Retrieve a single order tag
xxxxxxxxxx
curl --request GET \
--url https://myworkspace.myclickfunnels.com/api/v2/orders/tags/id \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": 66,
"public_id": "UqSnTN",
"workspace_id": 42000,
"name": "Example Tag",
"color": "#9eaaab",
"created_at": "2025-03-05T12:40:04.674Z",
"updated_at": "2025-03-05T12:40:04.674Z"
}