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-07-04T14:10:24.785Z",
  "id": "d5a8fa32-351f-4978-b615-46df5fdce979",
  "map_id": "402b5e66-2633-42ed-bc72-825314898600",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 26,
  "monthly_api_credits_remaining_monetary_value": "79.70",
  "stable_api_credits_remaining": 29,
  "stable_api_credits_remaining_monetary_value": "75.20",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 25,
      "description": "x2vYWNZM6WdnmUNOuUm",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "DQoBRxnsCOl0yX38gEcGzmkIVvDwF4xppHxMIgpHWmvu9F5SSL76Spm17LyWBb0"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 8,
      "monthly_pay_as_you_go_api_credits_monetary_value": "98.23",
      "name": "free",
      "pay_as_you_go_api_credit_price": "75.39",
      "price": {
        "interval": "week",
        "price": "84.63",
        "type": "flat"
      },
      "share_links": [
        "organization_only"
      ],
      "support_tier": "premium",
      "training_data_behavior": "default_on",
      "type": {
        "saml_sso": false,
        "type": "organization"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "9GF5ySiu",
  "total_due": "46.68",
  "updated_at": "2025-07-04T14:10:24.785Z"
}