API → PaymentsGet balance for an userhidden
hidden
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
/users/{id}/payment/balance$ curl "https://api.zoo.dev/users/{id}/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-07-03T15:42:05.922Z",
"id": "43716dc0-5c71-4304-88bb-ed3cc57951a0",
"map_id": "8e386d5c-cc93-4dda-a6c4-62c7354e0aab",
"modeling_app_enterprise_price": {
"interval": "day",
"price": "2.41",
"type": "per_user"
},
"monthly_api_credits_remaining": 30,
"monthly_api_credits_remaining_monetary_value": "3.39",
"stable_api_credits_remaining": 28,
"stable_api_credits_remaining_monetary_value": "45.07",
"subscription_details": {
"modeling_app": {
"annual_discount": 11,
"description": "O5w9LlBZL",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "NnLcIQAvcEqxhcBvyowBhy4kO1aGAFeutsTVaT0T2i71UWwibOU4a8v4HsxvhAvVohvCjF1KX8YWN"
}
],
"monthly_pay_as_you_go_api_credits": 24,
"monthly_pay_as_you_go_api_credits_monetary_value": "72.80",
"name": "team",
"pay_as_you_go_api_credit_price": "28.63",
"price": {
"interval": "year",
"price": "57.91",
"type": "per_user"
},
"share_links": [
"public"
],
"support_tier": "premium",
"training_data_behavior": "always",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "Z",
"total_due": "27.81",
"updated_at": "2025-07-03T15:42:05.922Z"
}