API → Payments → Get balance for your org
Parameters
No parameters
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
/org/payment/balance$ curl "https://api.zoo.dev/org/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-01-09T18:26:26.798Z",
"id": "19f888c1-6ba1-4f47-9eec-5f6ed6e13801",
"map_id": "a66fc07d-36a8-48ab-a522-7e05dd3b0124",
"modeling_app_enterprise_price": {
"interval": "month",
"price": "50.82",
"type": "per_user"
},
"monthly_credits_remaining": "38.65",
"pre_pay_cash_remaining": "47.15",
"pre_pay_credits_remaining": "25.03",
"subscription_details": {
"modeling_app": {
"annual_discount": 5,
"description": "jbuF2ynIvu",
"features": [
{
"info": "nLGhf8hFzfPGUbDK0aBTyh2DAUpkcJWYuhnTMMUUPm33EojTOnRA4Pr5"
}
],
"name": "enterprise",
"pay_as_you_go_credits": "61.57",
"price": {
"interval": "year",
"price": "97.51",
"type": "flat"
},
"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": "mMd6Dfxct9B",
"total_due": "19.10",
"updated_at": "2025-01-09T18:26:26.799Z"
}