---
title: "GET /enterprise/billing/invoices"
method: GET
path: "/enterprise/billing/invoices"
tags: ["enterprise"]
---

# GET /enterprise/billing/invoices

`GET /enterprise/billing/invoices`

## Response `200`

OK

- BillingInvoice[]
  - `id` string
  - `date` string, date-time
  - `periodDateStart` string, date-time
  - `periodDateEnd` string, date-time
  - `subtotal` number, double
  - `total` number, double
  - `amountDue` number, double
  - `currency` string
  - `items` BillingInvoiceItem[]
    - `amount` number, double
    - `periodFromDate` string, date-time
    - `periodToDate` string, date-time
    - `quantity` integer
    - `description` string
  - `creditCard` CreditCardSaved
    - `type` string
    - `last4Digits` string
    - `expirationDate` string
    - `countryCode2Letters` string
    - `name` string
    - `address` string
    - `addressCity` string
    - `addressState` string
    - `addressZip` string
    - `addressCountry` string

---

[API](https://skmtc.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/7a22c2db13c0/schema)
