APIPaymentsGet balance for an org
hidden

Parameters

Name

Type

Req.

Returns

get
/orgs/{id}/payment/balance
$ curl "https://api.zoo.dev/orgs/{id}/payment/balance" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "created_at": "2025-08-14T21:14:48.946Z",
  "id": "42f6f648-51b7-487a-a51c-ddcb555eb12f",
  "map_id": "e3ca7eb0-8568-40eb-88b9-0f5247849ad1",
  "modeling_app_enterprise_price": {
    "type": "enterprise"
  },
  "monthly_api_credits_remaining": 4,
  "monthly_api_credits_remaining_monetary_value": "80.64",
  "stable_api_credits_remaining": 23,
  "stable_api_credits_remaining_monetary_value": "48.38",
  "subscription_details": {
    "modeling_app": {
      "annual_discount": 6,
      "description": "7yN8QxV1MK0mmF3MR",
      "endpoints_included": [
        "file"
      ],
      "features": [
        {
          "info": "7aJT0gwy7aluKfmxllGmjLTwKOMVwkKaO5BEMhQVoA3XdtGXjUnweoF05pae3O7"
        }
      ],
      "monthly_pay_as_you_go_api_credits": 29,
      "monthly_pay_as_you_go_api_credits_monetary_value": "43.04",
      "name": "plus",
      "pay_as_you_go_api_credit_price": "48.77",
      "price": {
        "type": "enterprise"
      },
      "share_links": [
        "password_protected"
      ],
      "support_tier": "priority_email",
      "training_data_behavior": "always",
      "type": {
        "type": "individual"
      },
      "zoo_tools_included": [
        "text_to_cad"
      ]
    }
  },
  "subscription_id": "HKn4Nj",
  "total_due": "28.55",
  "updated_at": "2025-08-14T21:14:48.946Z"
}