API → PaymentsGet balance for your user
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
/user/payment/balance$ curl "https://api.zoo.dev/user/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-07-04T14:10:24.785Z",
"id": "d5a8fa32-351f-4978-b615-46df5fdce979",
"map_id": "402b5e66-2633-42ed-bc72-825314898600",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 26,
"monthly_api_credits_remaining_monetary_value": "79.70",
"stable_api_credits_remaining": 29,
"stable_api_credits_remaining_monetary_value": "75.20",
"subscription_details": {
"modeling_app": {
"annual_discount": 25,
"description": "x2vYWNZM6WdnmUNOuUm",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "DQoBRxnsCOl0yX38gEcGzmkIVvDwF4xppHxMIgpHWmvu9F5SSL76Spm17LyWBb0"
}
],
"monthly_pay_as_you_go_api_credits": 8,
"monthly_pay_as_you_go_api_credits_monetary_value": "98.23",
"name": "free",
"pay_as_you_go_api_credit_price": "75.39",
"price": {
"interval": "week",
"price": "84.63",
"type": "flat"
},
"share_links": [
"organization_only"
],
"support_tier": "premium",
"training_data_behavior": "default_on",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "9GF5ySiu",
"total_due": "46.68",
"updated_at": "2025-07-04T14:10:24.785Z"
}