API → PaymentsGet balance for an userhidden
hidden
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
/users/{id}/payment/balance$ curl "https://api.zoo.dev/users/{id}/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-05-08T23:03:21.704Z",
"id": "ac585dad-c443-433e-9e24-1ac0d8585a08",
"map_id": "568d188b-4db2-4978-b6d4-199230d74b23",
"modeling_app_enterprise_price": {
"interval": "month",
"price": "27.84",
"type": "per_user"
},
"monthly_api_credits_remaining": 5,
"monthly_api_credits_remaining_monetary_value": "41.26",
"stable_api_credits_remaining": 6,
"stable_api_credits_remaining_monetary_value": "63.35",
"subscription_details": {
"modeling_app": {
"annual_discount": 8,
"description": "Mx0kix5W279znAVLGdcHlu",
"endpoints_included": [
"file"
],
"features": [
{
"info": "pAFbCtvtLDujHLTBpQKWs84T7pjo4GmmjL0ckyvY8WdKh9"
}
],
"monthly_pay_as_you_go_api_credits": 14,
"monthly_pay_as_you_go_api_credits_monetary_value": "63.21",
"name": "team",
"pay_as_you_go_api_credit_price": "99.36",
"price": {
"interval": "day",
"price": "17.07",
"type": "per_user"
},
"share_links": [
"password_protected"
],
"support_tier": "standard",
"training_data_behavior": "default_on",
"type": {
"saml_sso": true,
"type": "organization"
},
"zoo_tools_included": [
"modeling_app"
]
}
},
"subscription_id": "Wh2SRWgjTPwmZKkGLLr8MyvZ",
"total_due": "86.32",
"updated_at": "2025-05-08T23:03:21.704Z"
}