Langsung ke konten utama
GET
/
v3
/
orders
/
utm-sources
List order UTM sources
curl --request GET \
  --url https://api.scalev.com/v3/orders/utm-sources \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    "google",
    "facebook",
    "instagram",
    "email"
  ]
}

Otorisasi

Authorization
string
header
wajib

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

Parameter Query

Search term to filter UTM sources

Respons

Unique UTM sources list

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