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