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-06-30T19:22:09.418Z",
  "id": "5ee65fe8-4a8d-4c94-bd92-1c6e1405bbd5",
  "map_id": "feef6564-85c9-4527-9337-8b2cc11fabfd",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 20,
  "monthly_api_credits_remaining_monetary_value": "32.09",
  "stable_api_credits_remaining": 20,
  "stable_api_credits_remaining_monetary_value": "36.10",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 8,
      "description": "O0bKJVO",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "nGYZ9pMAcjpTkDHefijg7QAG5hXycPqFcU6jT2K4G"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 12,
      "monthly_pay_as_you_go_api_credits_monetary_value": "60.57",
      "name": "pro",
      "pay_as_you_go_api_credit_price": "53.08",
      "price": {
        "interval": "week",
        "price": "47.22",
        "type": "per_user"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "standard_email",
      "training_data_behavior": "default_off",
      "type": {
        "saml_sso": false,
        "type": "organization"
      },
      "zoo_tools_included": [
        "text_to_cad"
      ]
    }
  },
  "subscription_id": "xCqcchJ6UvuLPuXkaCNJHcq6svOdfq",
  "total_due": "85.39",
  "updated_at": "2025-06-30T19:22:09.418Z"
}