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
: 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
/orgs/{id}/payment/balance$ curl "https://api.zoo.dev/orgs/{id}/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-05-08T23:03:00.793Z",
"id": "ca67adfe-8cbf-4f4e-85f3-03efa9290164",
"map_id": "2b20e1ba-7f66-4e54-a679-15e2537a02e7",
"modeling_app_enterprise_price": {
"interval": "week",
"price": "92.38",
"type": "flat"
},
"monthly_api_credits_remaining": 25,
"monthly_api_credits_remaining_monetary_value": "12.91",
"stable_api_credits_remaining": 6,
"stable_api_credits_remaining_monetary_value": "5.35",
"subscription_details": {
"modeling_app": {
"annual_discount": 17,
"description": "yfXaTvQ16B0LNBMnsJIurde5",
"endpoints_included": [
"file"
],
"features": [
{
"info": ""
}
],
"monthly_pay_as_you_go_api_credits": 19,
"monthly_pay_as_you_go_api_credits_monetary_value": "83.83",
"name": "team",
"pay_as_you_go_api_credit_price": "21.46",
"price": {
"type": "enterprise"
},
"share_links": [
"password_protected"
],
"support_tier": "standard",
"training_data_behavior": "default_off",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "YFVCyPDv1Ll6pZbY",
"total_due": "21.11",
"updated_at": "2025-05-08T23:03:00.793Z"
}