---
title: "Список доступных чеков для печати"
method: GET
path: "/new_checks/"
tags: ["app"]
---

# Список доступных чеков для печати

`GET /new_checks/`

## Query parameters

- `api_key` string, required

## Response `200`

Список чеков

- object
  - `checks` Check[]
    - `id` integer — ID чека

## Other responses

- `401` — Не существует принтера с таким api_key

---

[API](https://skmtc.dev/hexlet/apis/printer-api.md) · [All operations](https://skmtc.dev/hexlet/apis/printer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexlet/printer-api/revisions/444694b97c82/schema)
