SUPPORT.TWILIO.COM END OF LIFE NOTICE: This site, support.twilio.com, is scheduled to go End of Life on February 27, 2024. All Twilio Support content has been migrated to help.twilio.com, where you can continue to find helpful Support articles, API docs, and Twilio blog content, and escalate your issues to our Support team. We encourage you to update your bookmarks and begin using the new site today for all your Twilio Support needs.

プロジェクト残高の確認

Twilioプロジェクトの現在の残高は、ConsoleまたはREST APIで確認できます。このガイドでは、両方の方法について説明します。

コンソールからプロジェクト残高を確認する

コンソールからプロジェクト残高を確認できます。

REST API経由でプロジェクト残高を確認する

また、プロジェクトの残高リソースは、HTTP GETリクエストを行うことで、確認できます。 以下は、cURLスクリプトの例です。

curl -G https://api.twilio.com/2010-04-01/Accounts/ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX/Balance.json \
-u "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:your_auth_token"

上記の例では、プロジェクトのAccount SID :  ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXが必要です。下記の情報をアップデートし、スクリプトを実行してください。

下記のようなレスポンスが返ります。

{
"currency": "USD",
"balance": "12.29",
"account_sid": "ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}

関連項目

Have more questions? Submit a request
Powered by Zendesk