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-08-14T21:14:53.189Z",
  "id": "0f1dbb47-84e3-4cef-93ca-9e5c1d87420f",
  "map_id": "1596f796-69f3-4b9c-883f-22f7098652a0",
  "modeling_app_enterprise_price": {
    "interval": "year",
    "price": "15.80",
    "type": "flat"
  },
  "monthly_api_credits_remaining": 29,
  "monthly_api_credits_remaining_monetary_value": "74.72",
  "stable_api_credits_remaining": 23,
  "stable_api_credits_remaining_monetary_value": "67.01",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 31,
      "description": "BI5qku7NP0u1c1MTmwqzfcu",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "HiLRCvWhWZj57IR2F073nDv4PfFbt"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 19,
      "monthly_pay_as_you_go_api_credits_monetary_value": "61.21",
      "name": "team",
      "pay_as_you_go_api_credit_price": "84.94",
      "price": {
        "interval": "week",
        "price": "21.86",
        "type": "flat"
      },
      "share_links": [
        "public"
      ],
      "support_tier": "priority_email",
      "training_data_behavior": "default_off",
      "type": {
        "saml_sso": false,
        "type": "organization"
      },
      "zoo_tools_included": [
        "modeling_app"
      ]
    }
  },
  "subscription_id": "cFYYw9g8cm5V0RhNOxWJm",
  "total_due": "68.89",
  "updated_at": "2025-08-14T21:14:53.189Z"
}