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-25T23:09:57.725Z",
  "id": "0a021929-16ed-44f9-a2e4-fc13f30399cf",
  "map_id": "2fcc520c-38f4-4164-b4f4-85874a70e645",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 12,
  "monthly_api_credits_remaining_monetary_value": "93.62",
  "stable_api_credits_remaining": 12,
  "stable_api_credits_remaining_monetary_value": "99.12",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 2,
      "description": "UQMHkgB1vq1eZYIqjfmo5PDwW",
      "endpoints_included": [
        "modeling"
      ],
      "features": [
        {
          "info": "e65s7venDqG"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 12,
      "monthly_pay_as_you_go_api_credits_monetary_value": "1.22",
      "name": "enterprise",
      "pay_as_you_go_api_credit_price": "32.23",
      "price": {
        "interval": "year",
        "price": "53.74",
        "type": "flat"
      },
      "share_links": [
        "organization_only"
      ],
      "support_tier": "community",
      "training_data_behavior": "default_off",
      "type": {
        "saml_sso": true,
        "type": "organization"
      },
      "zoo_tools_included": [
        "modeling_app"
      ]
    }
  },
  "subscription_id": "gKzGSNNexqAbtTNZyPoVH",
  "total_due": "34.24",
  "updated_at": "2025-07-25T23:09:57.725Z"
}