Skip to main content
シナリオ一覧
curl --request GET \
  --url https://api.utage-system.com/v1/accounts/{account_id}/scenarios \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "title": "<string>",
      "open_title": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

アカウントID

Query Parameters

title
string

シナリオ名で部分一致検索

Response

シナリオ一覧

data
object[]