API → PaymentsGet balance for an org
hidden

Parameters

Name

Type

Req.

  • id

    string / UUID
    required

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/orgs/{id}/payment/balance
$ curl "https://api.zoo.dev/orgs/{id}/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-04-21T20:01:55.596Z",
  "id": "9fa28248-ae17-485d-991a-d246f577904d",
  "map_id": "fd2c0d2b-3612-47bc-a479-efd7e09a32e6",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_credits_remaining": "89.54",
  "pre_pay_cash_remaining": "93.33",
  "pre_pay_credits_remaining": "61.57",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 10,
      "description": "0dFbicRny7QlAzX4uPvKjPQaNC",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "zJ45vhvcqyYtTdeQJLtkkXV"
        }
      ],
      "name": "pro",
      "pay_as_you_go_credits": "56.80",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "community",
      "training_data_behavior": "default_on",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "modeling_app"
      ]
    }
  },
  "subscription_id": "q",
  "total_due": "69.49",
  "updated_at": "2025-04-21T20:01:55.596Z"
}