API → Payments → Get balance for an orghidden
hidden
Parameters
Name
Type
Req.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
modeling_app_enterprise_price
oneOfoptionalOne of
enterprise
objectoptionalObject Properties
Possible values
enterprise
subscription_details
objectoptionalObject Properties
modeling_app
objectoptionalObject Properties
Possible values
free
: The free tier.pro
: The pro tier.team
: The team tier.enterprise
: The enterprise tier.
price
oneOfoptionalOne of
enterprise
objectoptionalObject Properties
Possible values
enterprise
Possible values
community
: Community support.standard
: Standard support.premium
: Premium support.priority
: Priority support.
Possible values
always
: The data is always used for training and cannot be turned off.default_on
: The data is used for training by default, but can be turned off.default_off
: The data is not used for training by default, but can be turned on.
type
oneOfoptionalOne of
individual
objectoptionalObject Properties
Possible values
individual
organization
objectoptional
get
/orgs/{id}/payment/balance$ curl "https://api.zoo.dev/orgs/{id}/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-03-14T16:50:21.985Z",
"id": "fd49c004-a504-4207-8237-fa3b2cfaa664",
"map_id": "a9ef16c7-efa2-4498-bccc-769684811755",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_credits_remaining": "72.40",
"pre_pay_cash_remaining": "65.69",
"pre_pay_credits_remaining": "15.03",
"subscription_details": {
"modeling_app": {
"annual_discount": 31,
"description": "O2vZpENh1cipYkM7XGxt3LGvNpo",
"features": [
{
"info": "6x6u9pEdTxRZGJfhmjg3SsFh6zcX8UfFLuH1oDTxm6VDJSKThhxQEhZFTO"
}
],
"name": "team",
"pay_as_you_go_credits": "87.09",
"price": {
"interval": "month",
"price": "81.06",
"type": "per_user"
},
"share_links": [
"public"
],
"support_tier": "premium",
"training_data_behavior": "default_on",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "Gu",
"total_due": "80.45",
"updated_at": "2025-03-14T16:50:21.985Z"
}