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-03T15:42:05.922Z",
  "id": "43716dc0-5c71-4304-88bb-ed3cc57951a0",
  "map_id": "8e386d5c-cc93-4dda-a6c4-62c7354e0aab",
  "modeling_app_enterprise_price": {
    "interval": "day",
    "price": "2.41",
    "type": "per_user"
  },
  "monthly_api_credits_remaining": 30,
  "monthly_api_credits_remaining_monetary_value": "3.39",
  "stable_api_credits_remaining": 28,
  "stable_api_credits_remaining_monetary_value": "45.07",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 11,
      "description": "O5w9LlBZL",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "NnLcIQAvcEqxhcBvyowBhy4kO1aGAFeutsTVaT0T2i71UWwibOU4a8v4HsxvhAvVohvCjF1KX8YWN"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 24,
      "monthly_pay_as_you_go_api_credits_monetary_value": "72.80",
      "name": "team",
      "pay_as_you_go_api_credit_price": "28.63",
      "price": {
        "interval": "year",
        "price": "57.91",
        "type": "per_user"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "premium",
      "training_data_behavior": "always",
      "type": {
        "saml_sso": true,
        "type": "organization"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "Z",
  "total_due": "27.81",
  "updated_at": "2025-07-03T15:42:05.922Z"
}