---
title: "Get customer bill"
method: GET
path: "/customer-bills/{billId}"
---

# Get customer bill

`GET /customer-bills/{billId}`

Returns the Customer Bill content.

## Path parameters

- `billId` string, required

## Response `200`

Successful response

- CustomerBill
  - `id` string
  - `companyId` string
  - `companyName` string
  - `accountNumber` string
  - `balance` string
  - `currency` string
  - `dueDate` string, date
  - `tracked` boolean

---

[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)
