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-03-12T01:37:08.100Z",
"id": "17463383-fbf6-4afe-8f6b-539451e2f773",
"map_id": "3f161d3a-6931-487f-b9fc-7ca4e0920f0e",
"modeling_app_enterprise_price": {
"interval": "year",
"price": "96.25",
"type": "per_user"
},
"monthly_credits_remaining": "53.69",
"pre_pay_cash_remaining": "58.24",
"pre_pay_credits_remaining": "73.00",
"subscription_details": {
"modeling_app": {
"annual_discount": 28,
"description": "8M68z6vNSpH3",
"features": [
{
"info": "N7IfCRU43w0o5Ieyhk9HQsl7BjFn8Av1pM7rmV2UyuqdfTh4Jc0qzOkf0NW4cQ5K5HSlx2VzMwa"
}
],
"name": "free",
"pay_as_you_go_credits": "19.05",
"price": {
"interval": "week",
"price": "73.66",
"type": "per_user"
},
"share_links": [
"password_protected"
],
"support_tier": "premium",
"training_data_behavior": "default_on",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "2",
"total_due": "60.82",
"updated_at": "2025-03-12T01:37:08.101Z"
}