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 POST \ --url https://api.utage-system.com/v1/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "created_at": "<string>" } }
新しい配信アカウントを作成します。
POST
https://api.utage-system.com/v1/accounts
APIキーをBearerトークンとして指定
アカウント名
255
種類
mail
line
mail_line
作成されたアカウント
Show child attributes