---
title: "Get Stripe invoices for the authenticated client"
method: GET
path: "/billing/invoices"
tags: ["Billing"]
---

# Get Stripe invoices for the authenticated client

`GET /billing/invoices`

Resolves the authenticated token to the client's email and returns matching Stripe invoices.

## Response `200`

List of invoices

- object[]
  - `invoiceid` string
  - `invoice_url` string, nullable
  - `receipt_url` string, nullable
  - `date` string, date-time

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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