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-07-10T11:06:57.841Z",
  "id": "22c2accb-ed00-4234-bc24-15f2dc9ad428",
  "map_id": "d603e2bd-237d-402b-a987-5fd699d9265a",
  "modeling_app_enterprise_price": {
    "interval": "month",
    "price": "5.27",
    "type": "flat"
  },
  "monthly_api_credits_remaining": 23,
  "monthly_api_credits_remaining_monetary_value": "17.65",
  "stable_api_credits_remaining": 9,
  "stable_api_credits_remaining_monetary_value": "22.22",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 26,
      "description": "Soipj09H24eThU5yCdFfcCGx2Q",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "Pozg2Un0g3emZegFf4ZmAXXlPusw"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 16,
      "monthly_pay_as_you_go_api_credits_monetary_value": "56.35",
      "name": "pro",
      "pay_as_you_go_api_credit_price": "3.80",
      "price": {
        "interval": "day",
        "price": "78.84",
        "type": "flat"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "community",
      "training_data_behavior": "always",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "modeling_app"
      ]
    }
  },
  "subscription_id": "nq9",
  "total_due": "14.20",
  "updated_at": "2025-07-10T11:06:57.841Z"
}