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-17T16:13:36.306Z",
"id": "77448989-7e74-40ce-87f0-c6f9d6d450ed",
"map_id": "e851d8b5-31c9-4575-a9cb-27ac86cdcf70",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_credits_remaining": "15.31",
"pre_pay_cash_remaining": "52.38",
"pre_pay_credits_remaining": "69.00",
"subscription_details": {
"modeling_app": {
"annual_discount": 22,
"description": "sXd5BJIrLMdx",
"features": [
{
"info": "99ThXah1RLii5EFxZJ"
}
],
"name": "free",
"pay_as_you_go_credits": "89.44",
"price": {
"interval": "week",
"price": "51.24",
"type": "per_user"
},
"share_links": [
"organization_only"
],
"support_tier": "community",
"training_data_behavior": "default_off",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "MW",
"total_due": "94.33",
"updated_at": "2025-01-17T16:13:36.306Z"
}