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-06-13T18:06:27.515Z",
"id": "9a100ef6-2fc9-491f-85db-201854e9697e",
"map_id": "f75adccb-f6b8-4075-9beb-b8e360c1f0ae",
"modeling_app_enterprise_price": {
"interval": "day",
"price": "67.40",
"type": "flat"
},
"monthly_api_credits_remaining": 25,
"monthly_api_credits_remaining_monetary_value": "74.61",
"stable_api_credits_remaining": 6,
"stable_api_credits_remaining_monetary_value": "47.62",
"subscription_details": {
"modeling_app": {
"annual_discount": 32,
"description": "Va6",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "VphH2nQBgjy5qDlYjOsVfvVqBAJqeKhFe"
}
],
"monthly_pay_as_you_go_api_credits": 7,
"monthly_pay_as_you_go_api_credits_monetary_value": "61.66",
"name": "enterprise",
"pay_as_you_go_api_credit_price": "74.63",
"price": {
"type": "enterprise"
},
"share_links": [
"public"
],
"support_tier": "standard_email",
"training_data_behavior": "default_off",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "RHqOlI0vUA1TLhbcXZ4E04xA6Tb",
"total_due": "95.33",
"updated_at": "2025-06-13T18:06:27.515Z"
}