API → PaymentsGet balance for your org

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/org/payment/balance
$ curl "https://api.zoo.dev/org/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-04-21T20:01:48.732Z",
  "id": "88382055-1d9e-4d9f-a5b5-14e409897e7c",
  "map_id": "f5bb67b5-26c7-489b-969d-071cd78ef710",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_credits_remaining": "8.06",
  "pre_pay_cash_remaining": "92.99",
  "pre_pay_credits_remaining": "36.62",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 18,
      "description": "BS5z",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "2OgJQghpv8OAgxj"
        }
      ],
      "name": "free",
      "pay_as_you_go_credits": "90.26",
      "price": {
        "interval": "week",
        "price": "95.80",
        "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": "6dS8aQN",
  "total_due": "66.43",
  "updated_at": "2025-04-21T20:01:48.732Z"
}