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-03-12T01:37:10.337Z",
"id": "a90b680f-d9ad-4998-9206-48748a2403d8",
"map_id": "ce9d9afb-9840-4d21-83f8-91972fd16587",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_credits_remaining": "31.74",
"pre_pay_cash_remaining": "85.92",
"pre_pay_credits_remaining": "42.90",
"subscription_details": {
"modeling_app": {
"annual_discount": 13,
"description": "iYvJvcoe2XbPk",
"features": [
{
"info": "JnKWF7lDqmIPrWn0BA"
}
],
"name": "enterprise",
"pay_as_you_go_credits": "10.18",
"price": {
"interval": "week",
"price": "60.99",
"type": "per_user"
},
"share_links": [
"password_protected"
],
"support_tier": "premium",
"training_data_behavior": "default_on",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "Cng9JHtwJslhvmiwvXqyCDt6mbBi89",
"total_due": "88.68",
"updated_at": "2025-03-12T01:37:10.337Z"
}