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-05-30T23:20:07.338Z",
"id": "359db528-a1df-49ff-9747-edbe9c77c850",
"map_id": "309686c0-6fb2-4a20-99f4-31723e1da62f",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 22,
"monthly_api_credits_remaining_monetary_value": "95.69",
"stable_api_credits_remaining": 2,
"stable_api_credits_remaining_monetary_value": "15.39",
"subscription_details": {
"modeling_app": {
"annual_discount": 20,
"description": "85z",
"endpoints_included": [
"file"
],
"features": [
{
"info": "lZ3a5EcQm8LWuJMUcB"
}
],
"monthly_pay_as_you_go_api_credits": 6,
"monthly_pay_as_you_go_api_credits_monetary_value": "94.85",
"name": "team",
"pay_as_you_go_api_credit_price": "79.16",
"price": {
"type": "enterprise"
},
"share_links": [
"public"
],
"support_tier": "community",
"training_data_behavior": "default_on",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "yU9s43ru",
"total_due": "39.30",
"updated_at": "2025-05-30T23:20:07.338Z"
}