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-07-03T15:42:00.442Z",
"id": "c44ef9bf-cfa6-4b89-9b96-10304c52ff4d",
"map_id": "d615ca18-dc09-4547-afbd-8890e22aa9fe",
"modeling_app_enterprise_price": {
"interval": "week",
"price": "55.99",
"type": "per_user"
},
"monthly_api_credits_remaining": 18,
"monthly_api_credits_remaining_monetary_value": "30.05",
"stable_api_credits_remaining": 27,
"stable_api_credits_remaining_monetary_value": "56.55",
"subscription_details": {
"modeling_app": {
"annual_discount": 2,
"description": "Fv5bXZJvouGPtMt9QvZoI",
"endpoints_included": [
"modeling"
],
"features": [
{
"info": "2oP9k7t3fdBNwP9"
}
],
"monthly_pay_as_you_go_api_credits": 32,
"monthly_pay_as_you_go_api_credits_monetary_value": "76.56",
"name": "free",
"pay_as_you_go_api_credit_price": "79.90",
"price": {
"type": "enterprise"
},
"share_links": [
"organization_only"
],
"support_tier": "standard_email",
"training_data_behavior": "default_off",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "3ylChlQ689RN65QSG",
"total_due": "82.86",
"updated_at": "2025-07-03T15:42:00.442Z"
}