API → Payments → Get balance for your org
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
/org/payment/balance$ curl "https://api.zoo.dev/org/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2024-12-19T17:49:24.933Z",
"id": "a8e2de00-6931-4d46-b793-04018d1d285b",
"map_id": "ed5d9b7d-8cce-4451-9cbc-4efbade0c8c3",
"modeling_app_enterprise_price": {
"interval": "month",
"price": "48.66",
"type": "per_user"
},
"monthly_credits_remaining": "65.45",
"pre_pay_cash_remaining": "96.41",
"pre_pay_credits_remaining": "79.40",
"subscription_details": {
"modeling_app": {
"annual_discount": 32,
"description": "hpcEiAEkWbR2AWWEHSmnxQyJ1l",
"features": [
{
"info": "dtyCNiv"
}
],
"name": "enterprise",
"pay_as_you_go_credits": "82.51",
"price": {
"interval": "year",
"price": "29.26",
"type": "per_user"
},
"share_links": [
"password_protected"
],
"support_tier": "standard",
"training_data_behavior": "default_off",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"diff_chrome_extension"
]
}
},
"subscription_id": "SAsalrVnxIkTzeNMWe",
"total_due": "22.31",
"updated_at": "2024-12-19T17:49:24.933Z"
}