cURL
curl --request GET \ --url https://api.utage-system.com/v1/accounts \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>" } ] }
配信アカウントの一覧を取得します。タイプや名前で絞り込みが可能です。
Documentation IndexFetch the complete documentation index at: https://docs.utage-system.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.utage-system.com/llms.txt
Use this file to discover all available pages before exploring further.
GET
https://api.utage-system.com/v1/accounts
APIキーをBearerトークンとして指定
アカウントタイプで絞り込み
mail
line
mail_line
アカウント名で部分一致検索
アカウント一覧
Show child attributes