Balance
Beta1 endpoints, each naming the scope its key must carry.
GET /v1/balance
scopebalance:readRetrieve the account's balance
Returns
objectstringavailableapimoneyamountintegercurrencystring
curl https://api.ghostsms.io/v1/balance \
-H "Authorization: Bearer $GHOSTSMS_KEY"{
"object": "activation",
"available": {
"amount": 0,
"currency": "…"
}
}