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-13T18:06:21.761Z",
  "id": "3851568f-4f47-4918-90a2-0515db752a14",
  "map_id": "767a1739-294f-43a2-94a0-351724e71b83",
  "modeling_app_enterprise_price": {
    "interval": "day",
    "price": "38.38",
    "type": "per_user"
  },
  "monthly_api_credits_remaining": 3,
  "monthly_api_credits_remaining_monetary_value": "34.38",
  "stable_api_credits_remaining": 14,
  "stable_api_credits_remaining_monetary_value": "72.70",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 26,
      "description": "Gau5YQoW4",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "FbKW"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 25,
      "monthly_pay_as_you_go_api_credits_monetary_value": "47.89",
      "name": "free",
      "pay_as_you_go_api_credit_price": "95.96",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "organization_only"
      ],
      "support_tier": "standard_email",
      "training_data_behavior": "always",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "JHQlC7Y8jpSBBKHLxNW4PHA51qkJ",
  "total_due": "77.00",
  "updated_at": "2025-06-13T18:06:21.761Z"
}