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-10T11:06:52.536Z",
  "id": "54930233-b28d-4e1b-bc77-32a20d73fe0b",
  "map_id": "803665c1-90b2-45bd-9842-afc7445c7cbc",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 6,
  "monthly_api_credits_remaining_monetary_value": "10.28",
  "stable_api_credits_remaining": 30,
  "stable_api_credits_remaining_monetary_value": "14.64",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 10,
      "description": "GZDT3B",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "vKXJSjRQmiZXBky6I4tdzbbQN5KcmlOmvLKMRCqkUr8zB4NPJEnVTcrdQV9JcJtIuoam9z"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 16,
      "monthly_pay_as_you_go_api_credits_monetary_value": "29.96",
      "name": "enterprise",
      "pay_as_you_go_api_credit_price": "98.97",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "community",
      "training_data_behavior": "default_off",
      "type": {
        "saml_sso": false,
        "type": "organization"
      },
      "zoo_tools_included": [
        "modeling_app"
      ]
    }
  },
  "subscription_id": "U1ZMgGy3",
  "total_due": "35.01",
  "updated_at": "2025-07-10T11:06:52.536Z"
}