API → Payments → Get 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-01-07T17:17:30.287Z",
"id": "3a20f8dc-01bf-48b1-ad96-0462d24dde67",
"map_id": "6d9ea040-7494-42e8-a63b-a144bf4eaecc",
"modeling_app_enterprise_price": {
"interval": "month",
"price": "17.80",
"type": "flat"
},
"monthly_credits_remaining": "58.55",
"pre_pay_cash_remaining": "71.92",
"pre_pay_credits_remaining": "4.76",
"subscription_details": {
"modeling_app": {
"annual_discount": 25,
"description": "",
"features": [
{
"info": "n0zo8Dry6JLIKHkmpsFCVdYvYyaecJetl9IcN1YXP1uCZqyPblS"
}
],
"name": "enterprise",
"pay_as_you_go_credits": "14.35",
"price": {
"interval": "week",
"price": "87.80",
"type": "per_user"
},
"share_links": [
"organization_only"
],
"support_tier": "standard",
"training_data_behavior": "default_on",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "bUKGYtfb",
"total_due": "53.90",
"updated_at": "2025-01-07T17:17:30.287Z"
}