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-04T14:10:20.103Z",
"id": "22b2dadc-ae6a-447c-bf7a-3b18a1936adf",
"map_id": "868f98e4-6df2-4d87-80e5-ef42d9f5816f",
"modeling_app_enterprise_price": {
"interval": "day",
"price": "72.26",
"type": "flat"
},
"monthly_api_credits_remaining": 18,
"monthly_api_credits_remaining_monetary_value": "80.89",
"stable_api_credits_remaining": 1,
"stable_api_credits_remaining_monetary_value": "42.04",
"subscription_details": {
"modeling_app": {
"annual_discount": 16,
"description": "uu7dQIFPtgMFYsWl3PyYoRtK",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "RfFGVToDel1xU9LDnXDR"
}
],
"monthly_pay_as_you_go_api_credits": 6,
"monthly_pay_as_you_go_api_credits_monetary_value": "69.66",
"name": "pro",
"pay_as_you_go_api_credit_price": "0.61",
"price": {
"type": "enterprise"
},
"share_links": [
"public"
],
"support_tier": "standard_email",
"training_data_behavior": "always",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "s",
"total_due": "11.79",
"updated_at": "2025-07-04T14:10:20.103Z"
}