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.plus
: The plus 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-25T20:54:11.355Z",
"id": "fc289e8b-9a01-4da1-b6b4-ea9f75b12bf5",
"map_id": "d9f91fc0-231d-403f-8cc2-782df78e44ca",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 15,
"monthly_api_credits_remaining_monetary_value": "12.22",
"stable_api_credits_remaining": 3,
"stable_api_credits_remaining_monetary_value": "44.65",
"subscription_details": {
"modeling_app": {
"annual_discount": 24,
"description": "IPwoH8gK1LU8EjTRRYGCxPtQ3WyeC",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "ARc9KR0hgzXpXlcyqX5"
}
],
"monthly_pay_as_you_go_api_credits": 31,
"monthly_pay_as_you_go_api_credits_monetary_value": "36.00",
"name": "plus",
"pay_as_you_go_api_credit_price": "85.34",
"price": {
"interval": "day",
"price": "85.85",
"type": "per_user"
},
"share_links": [
"public"
],
"support_tier": "priority_email",
"training_data_behavior": "always",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "4UDGTvThtjU1Knf8IYq6wH3ClFbA",
"total_due": "62.03",
"updated_at": "2025-07-25T20:54:11.355Z"
}