API → Payments → Get balance for your user
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
/user/payment/balance$ curl "https://api.zoo.dev/user/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-04-21T20:02:07.636Z",
"id": "a303e9d4-3e31-4c27-ab24-ad93aead46d8",
"map_id": "baa48de5-cd5e-4966-8c27-3f5f9ad72366",
"modeling_app_enterprise_price": {
"interval": "month",
"price": "22.07",
"type": "flat"
},
"monthly_credits_remaining": "98.80",
"pre_pay_cash_remaining": "69.06",
"pre_pay_credits_remaining": "96.21",
"subscription_details": {
"modeling_app": {
"annual_discount": 1,
"description": "63p6xHqZlRNlBM9j",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "EQCphSVyDiDIQ32whI4psJk"
}
],
"name": "free",
"pay_as_you_go_credits": "88.52",
"price": {
"type": "enterprise"
},
"share_links": [
"password_protected"
],
"support_tier": "priority",
"training_data_behavior": "default_off",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "WeTBVLpuWMgAJflK4a",
"total_due": "3.78",
"updated_at": "2025-04-21T20:02:07.636Z"
}