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.plus
: The plus 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-08-14T21:14:46.792Z",
"id": "2167010f-53c0-423d-b9c8-20332050fa5d",
"map_id": "b12d1484-eced-4d34-afd2-e92de2c7ef75",
"modeling_app_enterprise_price": {
"interval": "week",
"price": "78.72",
"type": "per_user"
},
"monthly_api_credits_remaining": 13,
"monthly_api_credits_remaining_monetary_value": "87.53",
"stable_api_credits_remaining": 29,
"stable_api_credits_remaining_monetary_value": "42.68",
"subscription_details": {
"modeling_app": {
"annual_discount": 29,
"description": "JJVl6tKts6XVQeFFsGQoJGgO",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "afxEwTFq"
}
],
"monthly_pay_as_you_go_api_credits": 1,
"monthly_pay_as_you_go_api_credits_monetary_value": "79.46",
"name": "team",
"pay_as_you_go_api_credit_price": "19.28",
"price": {
"interval": "month",
"price": "84.58",
"type": "per_user"
},
"share_links": [
"password_protected"
],
"support_tier": "premium",
"training_data_behavior": "default_off",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "fu9pdf4TsVXM",
"total_due": "17.83",
"updated_at": "2025-08-14T21:14:46.793Z"
}