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-08-14T21:14:59.856Z",
  "id": "244539ea-39c7-439f-bcd8-bd26a4448cab",
  "map_id": "44cb5dc2-e069-45a7-9614-7741b2c25a12",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 1,
  "monthly_api_credits_remaining_monetary_value": "69.06",
  "stable_api_credits_remaining": 19,
  "stable_api_credits_remaining_monetary_value": "100.96",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 24,
      "description": "0rJclJ",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "UFtgFt13iJpJQsg9hMEWrxnQNu7TPqkxqvt92PmuDKe8"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 16,
      "monthly_pay_as_you_go_api_credits_monetary_value": "93.08",
      "name": "free",
      "pay_as_you_go_api_credit_price": "41.65",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "premium",
      "training_data_behavior": "always",
      "type": {
        "saml_sso": true,
        "type": "organization"
      },
      "zoo_tools_included": [
        "text_to_cad"
      ]
    }
  },
  "subscription_id": "ViVsQlFS13ux8JFTP1LfM",
  "total_due": "8.17",
  "updated_at": "2025-08-14T21:14:59.856Z"
}