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-04-25T16:39:44.346Z",
"id": "86ba6e1c-ca31-4c7d-b97b-4af08d4e9ae7",
"map_id": "b6514c96-845b-480e-bffe-d9ced42c332d",
"modeling_app_enterprise_price": {
"interval": "month",
"price": "82.48",
"type": "per_user"
},
"monthly_credits_remaining": "89.68",
"pre_pay_cash_remaining": "30.33",
"pre_pay_credits_remaining": "57.29",
"subscription_details": {
"modeling_app": {
"annual_discount": 13,
"description": "8oNDyq70zG",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "DoeunjhTC"
}
],
"name": "free",
"pay_as_you_go_credits": "77.91",
"price": {
"type": "enterprise"
},
"share_links": [
"password_protected"
],
"support_tier": "community",
"training_data_behavior": "default_on",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "bhxxAwNfbyxQtiG3i2KmjqbFxXXEi",
"total_due": "13.16",
"updated_at": "2025-04-25T16:39:44.346Z"
}