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.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-03T15:41:47.916Z",
"id": "f238e87a-b9c5-4c23-a7bc-170fb0fffef2",
"map_id": "a43bc473-2a47-4026-b05c-22117a673639",
"modeling_app_enterprise_price": {
"interval": "year",
"price": "91.90",
"type": "flat"
},
"monthly_api_credits_remaining": 20,
"monthly_api_credits_remaining_monetary_value": "28.79",
"stable_api_credits_remaining": 25,
"stable_api_credits_remaining_monetary_value": "36.27",
"subscription_details": {
"modeling_app": {
"annual_discount": 8,
"description": "KzTbHs07XyHha080BLdigLy1MjAXFw",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "ERLhXlCDtsOdsAK8Qi1TakqVKsl4jWrb9AFwysTAZ5Rl7fFj2r4qq4EBLt3wW62zHwQSL"
}
],
"monthly_pay_as_you_go_api_credits": 9,
"monthly_pay_as_you_go_api_credits_monetary_value": "95.65",
"name": "free",
"pay_as_you_go_api_credit_price": "23.59",
"price": {
"interval": "month",
"price": "5.52",
"type": "per_user"
},
"share_links": [
"public"
],
"support_tier": "premium",
"training_data_behavior": "default_off",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "BoG4ykIOrcPT9rZ7XJ",
"total_due": "50.27",
"updated_at": "2025-07-03T15:41:47.916Z"
}