cURL
curl --request GET \ --url https://api.utage-system.com/v1/accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "type": "mail" } ] }
配信アカウントの一覧を取得します。タイプや名前で絞り込みが可能です。
APIキーをBearerトークンとして指定
アカウントタイプで絞り込み
mail
line
mail_line
アカウント名で部分一致検索
アカウント一覧
Show child attributes