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-05-09T08:26:12.088Z",
  "id": "6beabb05-4090-4127-aa00-f7d2bd649a6f",
  "map_id": "a9dfcdf0-400c-4a0f-9689-a29f9836c88e",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 4,
  "monthly_api_credits_remaining_monetary_value": "38.71",
  "stable_api_credits_remaining": 2,
  "stable_api_credits_remaining_monetary_value": "17.08",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 9,
      "description": "IDrXb3L1Df99",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "AVT9"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 11,
      "monthly_pay_as_you_go_api_credits_monetary_value": "69.95",
      "name": "enterprise",
      "pay_as_you_go_api_credit_price": "13.97",
      "price": {
        "interval": "week",
        "price": "59.75",
        "type": "per_user"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "community",
      "training_data_behavior": "always",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "APUblMBsUhPRJJeowA1m6",
  "total_due": "20.09",
  "updated_at": "2025-05-09T08:26:12.088Z"
}