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-22T02:04:14.644Z",
"id": "70530498-f776-4f33-8339-493a98570f7e",
"map_id": "24f660a4-3ada-4edb-816b-f5c957d3bdaa",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 18,
"monthly_api_credits_remaining_monetary_value": "65.53",
"stable_api_credits_remaining": 26,
"stable_api_credits_remaining_monetary_value": "66.98",
"subscription_details": {
"modeling_app": {
"annual_discount": 18,
"description": "If1OPgAVtX",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "j2I7c"
}
],
"monthly_pay_as_you_go_api_credits": 19,
"monthly_pay_as_you_go_api_credits_monetary_value": "95.09",
"name": "team",
"pay_as_you_go_api_credit_price": "12.38",
"price": {
"interval": "week",
"price": "45.70",
"type": "per_user"
},
"share_links": [
"organization_only"
],
"support_tier": "community",
"training_data_behavior": "default_off",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "D8H4TVZi",
"total_due": "1.24",
"updated_at": "2025-05-22T02:04:14.645Z"
}