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.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 } ] }
プレビュー機能。仕様は今後変更される可能性があります。
シナリオに紐づく登録経路の一覧を取得します。 各登録経路には登録用の url を含みます。
url
GET
https://api.utage-system.com/v1/accounts/{account_id}/scenarios/{scenario_id}/trackings
APIキーをBearerトークンとして指定
アカウントID
シナリオID
登録経路タイプで絞り込み
mail
line
登録経路一覧
Show child attributes