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-05-22T02:04:03.739Z",
"id": "1e76a8e8-170d-427e-ae60-3bc9b1539c2e",
"map_id": "83417614-f2f1-4f03-99e5-d609689786bd",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 16,
"monthly_api_credits_remaining_monetary_value": "21.85",
"stable_api_credits_remaining": 32,
"stable_api_credits_remaining_monetary_value": "30.09",
"subscription_details": {
"modeling_app": {
"annual_discount": 29,
"description": "lA7PBCZyBqsrj6WcS4M",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "YGnTjmJ0pLhlTkIuBIU0brrbMjn7Cjv0lJ5n9AiQhhk1L1Qk98pd27PYjvw0v4HShj2iUvUR"
}
],
"monthly_pay_as_you_go_api_credits": 30,
"monthly_pay_as_you_go_api_credits_monetary_value": "70.96",
"name": "enterprise",
"pay_as_you_go_api_credit_price": "37.62",
"price": {
"interval": "week",
"price": "90.36",
"type": "flat"
},
"share_links": [
"public"
],
"support_tier": "community",
"training_data_behavior": "default_off",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "YMexdg8uMHgqeKPaBG",
"total_due": "36.30",
"updated_at": "2025-05-22T02:04:03.739Z"
}