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-06-13T18:06:27.515Z",
  "id": "9a100ef6-2fc9-491f-85db-201854e9697e",
  "map_id": "f75adccb-f6b8-4075-9beb-b8e360c1f0ae",
  "modeling_app_enterprise_price": {
    "interval": "day",
    "price": "67.40",
    "type": "flat"
  },
  "monthly_api_credits_remaining": 25,
  "monthly_api_credits_remaining_monetary_value": "74.61",
  "stable_api_credits_remaining": 6,
  "stable_api_credits_remaining_monetary_value": "47.62",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 32,
      "description": "Va6",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "VphH2nQBgjy5qDlYjOsVfvVqBAJqeKhFe"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 7,
      "monthly_pay_as_you_go_api_credits_monetary_value": "61.66",
      "name": "enterprise",
      "pay_as_you_go_api_credit_price": "74.63",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "standard_email",
      "training_data_behavior": "default_off",
      "type": {
        "saml_sso": false,
        "type": "organization"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "RHqOlI0vUA1TLhbcXZ4E04xA6Tb",
  "total_due": "95.33",
  "updated_at": "2025-06-13T18:06:27.515Z"
}