---
title: "Get Public Invoice"
method: GET
path: "/public/invoices/{public_id}"
---

# Get Public Invoice

`GET /public/invoices/{public_id}`

Get a public invoice by its public ID.

`draft` and `void` are intentionally viewable: the authenticated owner's
Preview button (InvoiceView) opens this same public URL so they can see
exactly what the client will see before sending.

## Path parameters

- `public_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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