Skip to main content
GET
/
v3
/
orders
/
utm-contents
List order UTM contents
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"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

Search term to filter UTM contents

Response

Unique UTM contents list

data
string[]
Example:
[
"banner_top",
"sidebar_ad",
"footer_link",
"hero_image"
]