Fetch the balance for an Account based on Account Sid
Account balance
Fetch the balance for an Account based on Account Sid. Balance changes may not be reflected immediately. Child accounts do not contain balance information
Path parameters
-
The unique SID identifier of the Account.
GET /2010-04-01/Accounts/{AccountSid}/Balance.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Balance.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"balance": "string",
"currency": "string"
}
Response examples (200)
{
"account_sid": "string",
"balance": "string",
"currency": "string"
}