API → Payments → Get balance for your user
Parameters
No parameters
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-01-07T17:17:34.714Z",
"id": "3e2099fb-885e-4a0f-9f54-9328247f67de",
"map_id": "a4bf3c71-e267-4a5c-bbb4-7adf20e91ac8",
"modeling_app_enterprise_price": {
"interval": "day",
"price": "9.78",
"type": "per_user"
},
"monthly_credits_remaining": "62.08",
"pre_pay_cash_remaining": "81.13",
"pre_pay_credits_remaining": "50.80",
"subscription_details": {
"modeling_app": {
"annual_discount": 31,
"description": "tyv0bm",
"features": [
{
"info": "pYnKXUBVJ15ElWfEUUKnRqwwT4zqqbf"
}
],
"name": "team",
"pay_as_you_go_credits": "18.77",
"price": {
"interval": "month",
"price": "49.81",
"type": "flat"
},
"share_links": [
"public"
],
"support_tier": "priority",
"training_data_behavior": "default_off",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "hn5r5",
"total_due": "38.51",
"updated_at": "2025-01-07T17:17:34.714Z"
}