API → PaymentsGet balance for an orghidden
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.plus
: The plus 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_email
: Standard email support.priority_email
: Priority email support.premium
: Premium 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
/orgs/{id}/payment/balance$ curl "https://api.zoo.dev/orgs/{id}/payment/balance" \
--header "Authorization: Bearer $TOKEN"
200 OK
Response{
"created_at": "2025-08-14T21:14:48.946Z",
"id": "42f6f648-51b7-487a-a51c-ddcb555eb12f",
"map_id": "e3ca7eb0-8568-40eb-88b9-0f5247849ad1",
"modeling_app_enterprise_price": {
"type": "enterprise"
},
"monthly_api_credits_remaining": 4,
"monthly_api_credits_remaining_monetary_value": "80.64",
"stable_api_credits_remaining": 23,
"stable_api_credits_remaining_monetary_value": "48.38",
"subscription_details": {
"modeling_app": {
"annual_discount": 6,
"description": "7yN8QxV1MK0mmF3MR",
"endpoints_included": [
"file"
],
"features": [
{
"info": "7aJT0gwy7aluKfmxllGmjLTwKOMVwkKaO5BEMhQVoA3XdtGXjUnweoF05pae3O7"
}
],
"monthly_pay_as_you_go_api_credits": 29,
"monthly_pay_as_you_go_api_credits_monetary_value": "43.04",
"name": "plus",
"pay_as_you_go_api_credit_price": "48.77",
"price": {
"type": "enterprise"
},
"share_links": [
"password_protected"
],
"support_tier": "priority_email",
"training_data_behavior": "always",
"type": {
"type": "individual"
},
"zoo_tools_included": [
"text_to_cad"
]
}
},
"subscription_id": "HKn4Nj",
"total_due": "28.55",
"updated_at": "2025-08-14T21:14:48.946Z"
}