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>" } }
新しい配信アカウントを作成します。
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.
POST
https://api.utage-system.com/v1/accounts
APIキーをBearerトークンとして指定
アカウント名
255
アカウントタイプ
mail
line
mail_line
作成されたアカウント
Show child attributes