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