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-06-30T19:22:09.418Z",
"id": "5ee65fe8-4a8d-4c94-bd92-1c6e1405bbd5",
"map_id": "feef6564-85c9-4527-9337-8b2cc11fabfd",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 20,
"monthly_api_credits_remaining_monetary_value": "32.09",
"stable_api_credits_remaining": 20,
"stable_api_credits_remaining_monetary_value": "36.10",
"subscription_details": {
"modeling_app": {
"annual_discount": 8,
"description": "O0bKJVO",
"endpoints_included": [
"file"
],
"features": [
{
"info": "nGYZ9pMAcjpTkDHefijg7QAG5hXycPqFcU6jT2K4G"
}
],
"monthly_pay_as_you_go_api_credits": 12,
"monthly_pay_as_you_go_api_credits_monetary_value": "60.57",
"name": "pro",
"pay_as_you_go_api_credit_price": "53.08",
"price": {
"interval": "week",
"price": "47.22",
"type": "per_user"
},
"share_links": [
"password_protected"
],
"support_tier": "standard_email",
"training_data_behavior": "default_off",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "xCqcchJ6UvuLPuXkaCNJHcq6svOdfq",
"total_due": "85.39",
"updated_at": "2025-06-30T19:22:09.418Z"
}