APIPaymentsGet balance for your user

Parameters

Name

Type

Req.

Returns

get
/user/payment/balance
$ curl "https://api.zoo.dev/user/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-06-13T18:06:31.584Z",
  "id": "b5c44748-2200-4575-b489-ce56113b9d31",
  "map_id": "cf960536-be4d-4a66-945c-65c4ba3dc6e0",
  "modeling_app_enterprise_price": {
    "interval": "week",
    "price": "53.12",
    "type": "flat"
  },
  "monthly_api_credits_remaining": 22,
  "monthly_api_credits_remaining_monetary_value": "100.72",
  "stable_api_credits_remaining": 18,
  "stable_api_credits_remaining_monetary_value": "22.00",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 32,
      "description": "Xs24g3fpMiETh",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "YvIa22sc4IlFfS5iHxYgQLQVrYpzAb6"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 8,
      "monthly_pay_as_you_go_api_credits_monetary_value": "75.32",
      "name": "free",
      "pay_as_you_go_api_credit_price": "46.03",
      "price": {
        "interval": "month",
        "price": "18.38",
        "type": "per_user"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "priority_email",
      "training_data_behavior": "default_off",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "text_to_cad"
      ]
    }
  },
  "subscription_id": "lajXxVqiIDtPR3xs",
  "total_due": "60.58",
  "updated_at": "2025-06-13T18:06:31.584Z"
}