---
title: "Retrieves a UnbilledCharge resource."
method: GET
path: "/unbilled_charges/{id}"
tags: ["UnbilledCharge"]
---

# Retrieves a UnbilledCharge resource.

`GET /unbilled_charges/{id}`

Retrieves a UnbilledCharge resource.

## Path parameters

- `id` string, required

## Response `200`

UnbilledCharge resource

- UnbilledCharge
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for the customer e.g. "1"
  - `amount` string, nullable — Amount from unbilled charge
  - `currencyCode` string, nullable — Currency code
  - `customerId` string, nullable — Customer Id
  - `subscriptionId` string, nullable — Subscription Id
  - `description` string, nullable — Description of unbilled charge e.g. No Trial
  - `quantity` integer, nullable — Quantity of unbilled charges
  - `created` string, date-time, nullable — Date entry was created
  - `dueDate` string, date-time, nullable — Due date on unbilled charge

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
