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-03T15:41:54.074Z",
"id": "9937d5f0-f29a-4092-bbeb-f6a6f8f1a5bc",
"map_id": "08ebe427-bdca-4c96-b9ab-18ee2aaf1a23",
"modeling_app_enterprise_price": {
"interval": "week",
"price": "35.95",
"type": "flat"
},
"monthly_api_credits_remaining": 22,
"monthly_api_credits_remaining_monetary_value": "95.15",
"stable_api_credits_remaining": 9,
"stable_api_credits_remaining_monetary_value": "56.99",
"subscription_details": {
"modeling_app": {
"annual_discount": 9,
"description": "xcStDMmBIQWD2izpVnBP7DY",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "OYrynRe4TXQ7bVfgalxlPlfofKxFyvIiyCrjVpZoyAmo7DjQAS0m1nhpHA0v289HOj3BLmkdhGBBU"
}
],
"monthly_pay_as_you_go_api_credits": 6,
"monthly_pay_as_you_go_api_credits_monetary_value": "62.51",
"name": "pro",
"pay_as_you_go_api_credit_price": "68.67",
"price": {
"interval": "year",
"price": "54.62",
"type": "flat"
},
"share_links": [
"password_protected"
],
"support_tier": "community",
"training_data_behavior": "default_on",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "zlwcqrl",
"total_due": "52.17",
"updated_at": "2025-07-03T15:41:54.074Z"
}