A2P 10DLC Campaign Vetting Delays: Twilio cannot approve 10DLC Campaigns ourselves, and must rely on third parties who control our connections to carriers to sign off. These external processes are creating several week delays for our customers. We continue to escalate these issues and are working to reduce delays wherever possible. Further details will be shared in the Campaign Vetting Changes article as they become available.

プロジェクト残高の確認

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