通知チャンネルの一覧取得 通知チャンネルの登録 通知チャンネルの削除 通知チャンネルの一覧 GET /api/v0/channels APIキーに必要な権限 Read 応答 成功時 { "channels": [<channel>, <channel>, ...] } <channel> は以下のキーを持つオブジェクト KEY TYPE DESCRIPTION id string 通知チャンネルのID name string 通知チャンネルの名称 type string </channel></channel></channel>…