---
title: "Invoices list"
method: GET
path: "/invoices"
---

# Invoices list

`GET /invoices`

## Response `200`

List of invoices

- Invoices
  - `success` boolean
  - `invoices` object
    - `has_more` boolean
    - `data` object[]
      - `created` integer
      - `amount` number, float
      - `reference` string
      - `download_url` string, uri
    - `limit` integer
    - `page` integer
    - `total` integer

## Other responses

- `401` — Unauthorized. Invalid auth key, missing, or disabled.
- `429` — Too Many Requests. You have been rate limited.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/pdfshift/apis/pdfshift-api-documentation.md) · [All operations](https://skmtc.dev/pdfshift/apis/pdfshift-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pdfshift/pdfshift-api-documentation/revisions/0b8cbae61b89/schema)
