Skip to main content
登録経路一覧
curl --request GET \
  --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/trackings \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "url": "<string>",
      "is_archived": true
    }
  ]
}
GET
https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/trackings
この機能はプレビュー版です。仕様が変更される場合があります。

Authorizations

Authorization
string
header
required

APIキーをBearerトークンとして指定

Path Parameters

account_id
string
required

アカウントID

scenario_id
string
required

シナリオID

Query Parameters

type
enum<string>

登録経路タイプで絞り込み

Available options:
mail,
line

Response

登録経路一覧

data
object[]