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-06-13T18:06:31.584Z",
"id": "b5c44748-2200-4575-b489-ce56113b9d31",
"map_id": "cf960536-be4d-4a66-945c-65c4ba3dc6e0",
"modeling_app_enterprise_price": {
"interval": "week",
"price": "53.12",
"type": "flat"
},
"monthly_api_credits_remaining": 22,
"monthly_api_credits_remaining_monetary_value": "100.72",
"stable_api_credits_remaining": 18,
"stable_api_credits_remaining_monetary_value": "22.00",
"subscription_details": {
"modeling_app": {
"annual_discount": 32,
"description": "Xs24g3fpMiETh",
"endpoints_included": [
"file"
],
"features": [
{
"info": "YvIa22sc4IlFfS5iHxYgQLQVrYpzAb6"
}
],
"monthly_pay_as_you_go_api_credits": 8,
"monthly_pay_as_you_go_api_credits_monetary_value": "75.32",
"name": "free",
"pay_as_you_go_api_credit_price": "46.03",
"price": {
"interval": "month",
"price": "18.38",
"type": "per_user"
},
"share_links": [
"public"
],
"support_tier": "priority_email",
"training_data_behavior": "default_off",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "lajXxVqiIDtPR3xs",
"total_due": "60.58",
"updated_at": "2025-06-13T18:06:31.584Z"
}