Skip to main content
GET
/
v3
/
orders
/
utm-sources
List order UTM sources
curl --request GET \
  --url https://api.myscalev.com/v3/orders/utm-sources \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "google",
    "facebook",
    "instagram",
    "email"
  ]
}

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 sources

Response

Unique UTM sources list

data
string[]
Example:
["google", "facebook", "instagram", "email"]