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_email
: Standard email support.priority_email
: Priority email support.premium
: Premium 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-22T02:04:11.242Z",
"id": "9d802ef5-8c09-4996-b13d-6df9d78bce69",
"map_id": "048771f9-71f3-41d9-9b8b-16b6f7a48a31",
"modeling_app_enterprise_price": {
"interval": "week",
"price": "23.70",
"type": "flat"
},
"monthly_api_credits_remaining": 6,
"monthly_api_credits_remaining_monetary_value": "67.08",
"stable_api_credits_remaining": 28,
"stable_api_credits_remaining_monetary_value": "54.18",
"subscription_details": {
"modeling_app": {
"annual_discount": 4,
"description": "LFg0x6OzxKY5zWXglzUY",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "7dhDwKivgRoKZ1afxtNPNrFfY2xRnjwbJes"
}
],
"monthly_pay_as_you_go_api_credits": 22,
"monthly_pay_as_you_go_api_credits_monetary_value": "1.75",
"name": "pro",
"pay_as_you_go_api_credit_price": "26.51",
"price": {
"type": "enterprise"
},
"share_links": [
"public"
],
"support_tier": "priority_email",
"training_data_behavior": "default_off",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "",
"total_due": "20.68",
"updated_at": "2025-05-22T02:04:11.242Z"
}