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-09T08:26:29.167Z",
  "id": "58eb49da-f5cb-4348-8a32-e2f503be0a5d",
  "map_id": "b2dc4b2a-a922-4728-a9f3-f7b0f2747ab4",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 28,
  "monthly_api_credits_remaining_monetary_value": "29.29",
  "stable_api_credits_remaining": 27,
  "stable_api_credits_remaining_monetary_value": "82.73",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 24,
      "description": "AveYiy0auHkP9Ff49",
      "endpoints_included": [
        "ml"
      ],
      "features": [
        {
          "info": "pnKqpY"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 11,
      "monthly_pay_as_you_go_api_credits_monetary_value": "32.77",
      "name": "free",
      "pay_as_you_go_api_credit_price": "59.82",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "community",
      "training_data_behavior": "always",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "f10uE5mdo2uTnquLfjF1kma",
  "total_due": "98.85",
  "updated_at": "2025-05-09T08:26:29.167Z"
}