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-17T16:13:42.738Z",
"id": "c48adf8a-cb8f-44d1-8efa-b7a76c172877",
"map_id": "46cde505-6f7d-420c-809e-f663cb6bb881",
"modeling_app_enterprise_price": {
"interval": "week",
"price": "4.40",
"type": "per_user"
},
"monthly_credits_remaining": "24.61",
"pre_pay_cash_remaining": "58.79",
"pre_pay_credits_remaining": "48.63",
"subscription_details": {
"modeling_app": {
"annual_discount": 18,
"description": "2PH4joVBNwlnA4Unc",
"features": [
{
"info": "gYQ6khwNwkLCBtViSEEfLT02cNIwYUotQSAt2FCeCfc"
}
],
"name": "team",
"pay_as_you_go_credits": "69.50",
"price": {
"interval": "day",
"price": "98.54",
"type": "flat"
},
"share_links": [
"public"
],
"support_tier": "priority",
"training_data_behavior": "default_on",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "cmOSEuD",
"total_due": "1.83",
"updated_at": "2025-01-17T16:13:42.738Z"
}