API → PaymentsGet balance for your org
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.plus
: The plus 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
/org/payment/balance$ curl "https://api.zoo.dev/org/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-07-25T23:09:57.725Z",
"id": "0a021929-16ed-44f9-a2e4-fc13f30399cf",
"map_id": "2fcc520c-38f4-4164-b4f4-85874a70e645",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 12,
"monthly_api_credits_remaining_monetary_value": "93.62",
"stable_api_credits_remaining": 12,
"stable_api_credits_remaining_monetary_value": "99.12",
"subscription_details": {
"modeling_app": {
"annual_discount": 2,
"description": "UQMHkgB1vq1eZYIqjfmo5PDwW",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "e65s7venDqG"
}
],
"monthly_pay_as_you_go_api_credits": 12,
"monthly_pay_as_you_go_api_credits_monetary_value": "1.22",
"name": "enterprise",
"pay_as_you_go_api_credit_price": "32.23",
"price": {
"interval": "year",
"price": "53.74",
"type": "flat"
},
"share_links": [
"organization_only"
],
"support_tier": "community",
"training_data_behavior": "default_off",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "gKzGSNNexqAbtTNZyPoVH",
"total_due": "34.24",
"updated_at": "2025-07-25T23:09:57.725Z"
}