API → PaymentsGet 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_email
: Standard email support.priority_email
: Priority email support.premium
: Premium 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-07-10T11:06:57.841Z",
"id": "22c2accb-ed00-4234-bc24-15f2dc9ad428",
"map_id": "d603e2bd-237d-402b-a987-5fd699d9265a",
"modeling_app_enterprise_price": {
"interval": "month",
"price": "5.27",
"type": "flat"
},
"monthly_api_credits_remaining": 23,
"monthly_api_credits_remaining_monetary_value": "17.65",
"stable_api_credits_remaining": 9,
"stable_api_credits_remaining_monetary_value": "22.22",
"subscription_details": {
"modeling_app": {
"annual_discount": 26,
"description": "Soipj09H24eThU5yCdFfcCGx2Q",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "Pozg2Un0g3emZegFf4ZmAXXlPusw"
}
],
"monthly_pay_as_you_go_api_credits": 16,
"monthly_pay_as_you_go_api_credits_monetary_value": "56.35",
"name": "pro",
"pay_as_you_go_api_credit_price": "3.80",
"price": {
"interval": "day",
"price": "78.84",
"type": "flat"
},
"share_links": [
"public"
],
"support_tier": "community",
"training_data_behavior": "always",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "nq9",
"total_due": "14.20",
"updated_at": "2025-07-10T11:06:57.841Z"
}