APIPaymentsGet balance for an org
hidden

Parameters

Name

Type

Req.

Returns

get
/orgs/{id}/payment/balance
$ curl "https://api.zoo.dev/orgs/{id}/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-05-08T23:03:00.793Z",
  "id": "ca67adfe-8cbf-4f4e-85f3-03efa9290164",
  "map_id": "2b20e1ba-7f66-4e54-a679-15e2537a02e7",
  "modeling_app_enterprise_price": {
    "interval": "week",
    "price": "92.38",
    "type": "flat"
  },
  "monthly_api_credits_remaining": 25,
  "monthly_api_credits_remaining_monetary_value": "12.91",
  "stable_api_credits_remaining": 6,
  "stable_api_credits_remaining_monetary_value": "5.35",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 17,
      "description": "yfXaTvQ16B0LNBMnsJIurde5",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": ""
        }
      ],
      "monthly_pay_as_you_go_api_credits": 19,
      "monthly_pay_as_you_go_api_credits_monetary_value": "83.83",
      "name": "team",
      "pay_as_you_go_api_credit_price": "21.46",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "standard",
      "training_data_behavior": "default_off",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "text_to_cad"
      ]
    }
  },
  "subscription_id": "YFVCyPDv1Ll6pZbY",
  "total_due": "21.11",
  "updated_at": "2025-05-08T23:03:00.793Z"
}