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-22T02:04:14.644Z",
  "id": "70530498-f776-4f33-8339-493a98570f7e",
  "map_id": "24f660a4-3ada-4edb-816b-f5c957d3bdaa",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 18,
  "monthly_api_credits_remaining_monetary_value": "65.53",
  "stable_api_credits_remaining": 26,
  "stable_api_credits_remaining_monetary_value": "66.98",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 18,
      "description": "If1OPgAVtX",
      "endpoints_included": [
        "modeling"
      ],
      "features": [
        {
          "info": "j2I7c"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 19,
      "monthly_pay_as_you_go_api_credits_monetary_value": "95.09",
      "name": "team",
      "pay_as_you_go_api_credit_price": "12.38",
      "price": {
        "interval": "week",
        "price": "45.70",
        "type": "per_user"
      },
      "share_links": [
        "organization_only"
      ],
      "support_tier": "community",
      "training_data_behavior": "default_off",
      "type": {
        "saml_sso": true,
        "type": "organization"
      },
      "zoo_tools_included": [
        "modeling_app"
      ]
    }
  },
  "subscription_id": "D8H4TVZi",
  "total_due": "1.24",
  "updated_at": "2025-05-22T02:04:14.645Z"
}