---
title: "Download Invoice PDF"
method: GET
path: "/v1/billing/invoices/{invoice_id}/pdf"
tags: ["Billing"]
---

# Download Invoice PDF

`GET /v1/billing/invoices/{invoice_id}/pdf`

Download a PDF copy of a specific Invoice

## Path parameters

- `invoice_id` integer, required

## Query parameters

- `token` string, required
- `embed` boolean

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Authentication failed
- `403` — Not authorized to access endpoint
- `405` — Invalid input
- `500` — Internal error

---

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