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
: Standard support.premium
: Premium support.priority
: Priority 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-05-09T08:26:29.167Z",
"id": "58eb49da-f5cb-4348-8a32-e2f503be0a5d",
"map_id": "b2dc4b2a-a922-4728-a9f3-f7b0f2747ab4",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 28,
"monthly_api_credits_remaining_monetary_value": "29.29",
"stable_api_credits_remaining": 27,
"stable_api_credits_remaining_monetary_value": "82.73",
"subscription_details": {
"modeling_app": {
"annual_discount": 24,
"description": "AveYiy0auHkP9Ff49",
"endpoints_included": [
"ml"
],
"features": [
{
"info": "pnKqpY"
}
],
"monthly_pay_as_you_go_api_credits": 11,
"monthly_pay_as_you_go_api_credits_monetary_value": "32.77",
"name": "free",
"pay_as_you_go_api_credit_price": "59.82",
"price": {
"type": "enterprise"
},
"share_links": [
"password_protected"
],
"support_tier": "community",
"training_data_behavior": "always",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "f10uE5mdo2uTnquLfjF1kma",
"total_due": "98.85",
"updated_at": "2025-05-09T08:26:29.167Z"
}