---
title: "Retrieve the current balance for a reference"
method: GET
path: "/v2/utilities/{companyId}/{reference}"
---

# Retrieve the current balance for a reference

`GET /v2/utilities/{companyId}/{reference}`

Endpoint to retrieve the current balance for a companies refence – also knowns as account number, or service number – based on company ID and reference.

## Path parameters

- `companyId` string, required
- `reference` string, required

## Response `200`

Successfully returns private account information

- Balance
  - `id` string
  - `companyName` string
  - `companyId` string
  - `reference` string
  - `accountNumber` string
  - `amount` string
  - `currency` string
  - `due_date` string, date
  - `metadata` object
  - `consultedAt` string, date-time

---

[API](https://skmtc.net/monato/apis/monato-s-api.md) · [All operations](https://skmtc.net/monato/apis/monato-s-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monato/monato-s-api/versions/982a5085b0a3/schema)
