API → PaymentsGet balance for your user

Parameters

No parameters

Returns

  • 200 OK

    successful operation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
get
/user/payment/balance
$ curl "https://api.zoo.dev/user/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-04-17T14:09:35.750Z",
  "id": "5f36246e-88e7-4211-bb4f-c4cc21416329",
  "map_id": "49144097-6119-4902-b187-b7686c537e81",
  "modeling_app_enterprise_price": {
    "interval": "year",
    "price": "48.27",
    "type": "per_user"
  },
  "monthly_credits_remaining": "83.35",
  "pre_pay_cash_remaining": "9.77",
  "pre_pay_credits_remaining": "34.35",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 20,
      "description": "DUgKC",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "91z8hzsDxPoy6svAOnKCtC7UzRaoZZEGFJCYKKfkl092sOxogSF4xvNeDfYwz1A2vCCtTZR"
        }
      ],
      "name": "team",
      "pay_as_you_go_credits": "2.39",
      "price": {
        "interval": "day",
        "price": "68.02",
        "type": "per_user"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "community",
      "training_data_behavior": "always",
      "type": {
        "saml_sso": false,
        "type": "organization"
      },
      "zoo_tools_included": [
        "diff_chrome_extension"
      ]
    }
  },
  "subscription_id": "qfjHuFR",
  "total_due": "48.00",
  "updated_at": "2025-04-17T14:09:35.750Z"
}