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-05-30T23:20:07.338Z",
  "id": "359db528-a1df-49ff-9747-edbe9c77c850",
  "map_id": "309686c0-6fb2-4a20-99f4-31723e1da62f",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 22,
  "monthly_api_credits_remaining_monetary_value": "95.69",
  "stable_api_credits_remaining": 2,
  "stable_api_credits_remaining_monetary_value": "15.39",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 20,
      "description": "85z",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "lZ3a5EcQm8LWuJMUcB"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 6,
      "monthly_pay_as_you_go_api_credits_monetary_value": "94.85",
      "name": "team",
      "pay_as_you_go_api_credit_price": "79.16",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "community",
      "training_data_behavior": "default_on",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "yU9s43ru",
  "total_due": "39.30",
  "updated_at": "2025-05-30T23:20:07.338Z"
}