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.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
/user/payment/balance$ curl "https://api.zoo.dev/user/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-07-25T23:10:10.840Z",
"id": "40b0a5fe-8d21-4f89-b83f-66b56bc5a935",
"map_id": "56381da8-5c9f-446c-8123-c943adf11249",
"modeling_app_enterprise_price": {
"interval": "year",
"price": "71.25",
"type": "per_user"
},
"monthly_api_credits_remaining": 8,
"monthly_api_credits_remaining_monetary_value": "15.36",
"stable_api_credits_remaining": 17,
"stable_api_credits_remaining_monetary_value": "96.82",
"subscription_details": {
"modeling_app": {
"annual_discount": 7,
"description": "0DY7vCaX5eEcpAA8lSQs2Z98Y5",
"endpoints_included": [
"file"
],
"features": [
{
"info": "fz5Hso70QhUMVAdCn8YQDXYxiewNwX17Kd6ECFZm28RWoNTrOatF1N5cQfEs4z"
}
],
"monthly_pay_as_you_go_api_credits": 10,
"monthly_pay_as_you_go_api_credits_monetary_value": "22.53",
"name": "plus",
"pay_as_you_go_api_credit_price": "34.42",
"price": {
"type": "enterprise"
},
"share_links": [
"password_protected"
],
"support_tier": "community",
"training_data_behavior": "default_on",
"type": {
"saml_sso": false,
"type": "organization"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "KYYV5y",
"total_due": "59.04",
"updated_at": "2025-07-25T23:10:10.840Z"
}