API → PaymentsGet balance for your org

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/org/payment/balance
$ curl "https://api.zoo.dev/org/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-04-25T16:39:33.890Z",
  "id": "5b4089d7-1967-44ab-9393-6b6f8d52b1fc",
  "map_id": "1cc40777-2fbc-489d-a6c6-911db8b90443",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_credits_remaining": "74.43",
  "pre_pay_cash_remaining": "47.87",
  "pre_pay_credits_remaining": "68.63",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 17,
      "description": "xNLnLJ49wkE4ikRzZ1b0c88ET",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "LbQj4yIJR5H0ksbxB6nNJJemiQXuf9s2M0UrHT1mf5xdUj1myzwS0HuAxfu"
        }
      ],
      "name": "free",
      "pay_as_you_go_credits": "49.82",
      "price": {
        "interval": "day",
        "price": "68.37",
        "type": "per_user"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "community",
      "training_data_behavior": "default_off",
      "type": {
        "saml_sso": false,
        "type": "organization"
      },
      "zoo_tools_included": [
        "modeling_app"
      ]
    }
  },
  "subscription_id": "btKvTsX7PF6IcGNHxbTmNxS0E",
  "total_due": "83.11",
  "updated_at": "2025-04-25T16:39:33.890Z"
}