Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.scalev.com/v3/orders/utm-terms \ --header 'Authorization: Bearer <token>'
{ "data": [ "running_shoes", "winter_jacket", "laptop", "smartphone" ] }
Requires the order:list scope. Retrieve a list of unique UTM term values from orders.
order:list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Search term to filter UTM terms
Unique UTM terms list
[ "running_shoes", "winter_jacket", "laptop", "smartphone"]
Apakah halaman ini membantu?