APIPaymentsGet balance for an user
hidden

Parameters

Name

Type

Req.

Returns

get
/users/{id}/payment/balance
$ curl "https://api.zoo.dev/users/{id}/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-07-25T20:54:11.355Z",
  "id": "fc289e8b-9a01-4da1-b6b4-ea9f75b12bf5",
  "map_id": "d9f91fc0-231d-403f-8cc2-782df78e44ca",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 15,
  "monthly_api_credits_remaining_monetary_value": "12.22",
  "stable_api_credits_remaining": 3,
  "stable_api_credits_remaining_monetary_value": "44.65",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 24,
      "description": "IPwoH8gK1LU8EjTRRYGCxPtQ3WyeC",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "ARc9KR0hgzXpXlcyqX5"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 31,
      "monthly_pay_as_you_go_api_credits_monetary_value": "36.00",
      "name": "plus",
      "pay_as_you_go_api_credit_price": "85.34",
      "price": {
        "interval": "day",
        "price": "85.85",
        "type": "per_user"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "priority_email",
      "training_data_behavior": "always",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "text_to_cad"
      ]
    }
  },
  "subscription_id": "4UDGTvThtjU1Knf8IYq6wH3ClFbA",
  "total_due": "62.03",
  "updated_at": "2025-07-25T20:54:11.355Z"
}