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-01-14T18:18:55.316Z",
"id": "c6930633-e024-4f09-9e39-bc049e4df535",
"map_id": "0793513b-8601-4e86-90f8-4da3a90bf347",
"modeling_app_enterprise_price": {
"interval": "month",
"price": "8.85",
"type": "flat"
},
"monthly_credits_remaining": "89.91",
"pre_pay_cash_remaining": "87.89",
"pre_pay_credits_remaining": "72.10",
"subscription_details": {
"modeling_app": {
"annual_discount": 30,
"description": "nLLXoBFixcJVXKPv8QoYLZCLvuZom",
"features": [
{
"info": "1r76mr4"
}
],
"name": "enterprise",
"pay_as_you_go_credits": "37.86",
"price": {
"interval": "month",
"price": "50.41",
"type": "per_user"
},
"share_links": [
"public"
],
"support_tier": "standard",
"training_data_behavior": "default_on",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "",
"total_due": "48.47",
"updated_at": "2025-01-14T18:18:55.316Z"
}