curl --request GET \
--url https://api.myscalev.com/v3/orders/utm-terms \
--header 'Authorization: Bearer <token>'{
"data": [
"running_shoes",
"winter_jacket",
"laptop",
"smartphone"
]
}Requires the order:list machine scope. Retrieve a list of unique UTM term values from orders.
curl --request GET \
--url https://api.myscalev.com/v3/orders/utm-terms \
--header 'Authorization: Bearer <token>'{
"data": [
"running_shoes",
"winter_jacket",
"laptop",
"smartphone"
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Search term to filter UTM terms
Unique UTM terms list
[
"running_shoes",
"winter_jacket",
"laptop",
"smartphone"
]