curl --request GET \
--url https://dashboard.hologram.io/api/1/organizations/{orgId}/balance \
--header 'Authorization: Basic <encoded-value>'{
"data": {
"balance": "96.05",
"minbalance": "50.00",
"orgid": 144,
"pendingcharges": "0",
"promobalance": "0.00",
"topoffamount": "0.00",
"userid": 1234
},
"success": true
}Get organization account balance. This information does not apply to organizations with custom billing.
Retrieves a specific organization’s balance. You must be at least an Admin for the organization to request this information.
curl --request GET \
--url https://dashboard.hologram.io/api/1/organizations/{orgId}/balance \
--header 'Authorization: Basic <encoded-value>'{
"data": {
"balance": "96.05",
"minbalance": "50.00",
"orgid": 144,
"pendingcharges": "0",
"promobalance": "0.00",
"topoffamount": "0.00",
"userid": 1234
},
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.
You can find your API key on the Hologram Dashboard under Account Settings.
Single organization ID.
1234567
Was this page helpful?