APIPaymentsGet balance for your org

Parameters

Name

Type

Req.

Returns

get
/org/payment/balance
$ curl "https://api.zoo.dev/org/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-07-04T14:10:15.386Z",
  "id": "488f0d88-defa-4dc3-b7f1-c75c4d0a0342",
  "map_id": "6ca45a85-58c0-454c-942e-a5b42b682ac2",
  "modeling_app_enterprise_price": {
    "interval": "month",
    "price": "44.07",
    "type": "per_user"
  },
  "monthly_api_credits_remaining": 30,
  "monthly_api_credits_remaining_monetary_value": "48.80",
  "stable_api_credits_remaining": 18,
  "stable_api_credits_remaining_monetary_value": "98.71",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 26,
      "description": "xNcTDjYwYV9cLbxbThOt01IV",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "h8P5"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 32,
      "monthly_pay_as_you_go_api_credits_monetary_value": "68.04",
      "name": "pro",
      "pay_as_you_go_api_credit_price": "43.42",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "standard_email",
      "training_data_behavior": "always",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "text_to_cad"
      ]
    }
  },
  "subscription_id": "zOoOdK71xzMB0RgjqZ1Hhn7RiAyFM",
  "total_due": "59.19",
  "updated_at": "2025-07-04T14:10:15.386Z"
}