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
: Standard support.premium
: Premium support.priority
: Priority 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-05-09T08:26:12.088Z",
"id": "6beabb05-4090-4127-aa00-f7d2bd649a6f",
"map_id": "a9dfcdf0-400c-4a0f-9689-a29f9836c88e",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 4,
"monthly_api_credits_remaining_monetary_value": "38.71",
"stable_api_credits_remaining": 2,
"stable_api_credits_remaining_monetary_value": "17.08",
"subscription_details": {
"modeling_app": {
"annual_discount": 9,
"description": "IDrXb3L1Df99",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "AVT9"
}
],
"monthly_pay_as_you_go_api_credits": 11,
"monthly_pay_as_you_go_api_credits_monetary_value": "69.95",
"name": "enterprise",
"pay_as_you_go_api_credit_price": "13.97",
"price": {
"interval": "week",
"price": "59.75",
"type": "per_user"
},
"share_links": [
"public"
],
"support_tier": "community",
"training_data_behavior": "always",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "APUblMBsUhPRJJeowA1m6",
"total_due": "20.09",
"updated_at": "2025-05-09T08:26:12.088Z"
}