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-30T23:19:55.066Z",
"id": "64a53a8d-513d-407b-ac44-2fd95c555927",
"map_id": "c69adf95-486e-4b7e-b54a-27fce576ace1",
"modeling_app_enterprise_price": {
"interval": "week",
"price": "48.80",
"type": "per_user"
},
"monthly_api_credits_remaining": 10,
"monthly_api_credits_remaining_monetary_value": "60.99",
"stable_api_credits_remaining": 17,
"stable_api_credits_remaining_monetary_value": "23.05",
"subscription_details": {
"modeling_app": {
"annual_discount": 7,
"description": "CMWcNQXzdSMbnKLM",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "3ssOBgIZZlMbe864"
}
],
"monthly_pay_as_you_go_api_credits": 28,
"monthly_pay_as_you_go_api_credits_monetary_value": "15.61",
"name": "pro",
"pay_as_you_go_api_credit_price": "91.21",
"price": {
"type": "enterprise"
},
"share_links": [
"password_protected"
],
"support_tier": "community",
"training_data_behavior": "always",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "9D62eEP1w73MqRo0Ub1",
"total_due": "49.13",
"updated_at": "2025-05-30T23:19:55.066Z"
}