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-06-21T18:41:46.826Z",
  "id": "736372d2-4afe-4520-a1b5-8630c47abc7a",
  "map_id": "579f1c0e-e65d-434c-b710-4083a971d57e",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 14,
  "monthly_api_credits_remaining_monetary_value": "34.68",
  "stable_api_credits_remaining": 11,
  "stable_api_credits_remaining_monetary_value": "13.57",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 29,
      "description": "xpebC",
      "endpoints_included": [
        "modeling"
      ],
      "features": [
        {
          "info": "bHJLipW4LGIPItonrrZv8EizqkfMoZirWTuEbSoSZhMycnJXIbQ5"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 28,
      "monthly_pay_as_you_go_api_credits_monetary_value": "15.85",
      "name": "pro",
      "pay_as_you_go_api_credit_price": "83.60",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "standard_email",
      "training_data_behavior": "default_off",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "JD5dtCbIbXzq2s",
  "total_due": "57.69",
  "updated_at": "2025-06-21T18:41:46.826Z"
}