---
title: "PDF-файл чека"
method: GET
path: "/check/"
tags: ["app"]
---

# PDF-файл чека

`GET /check/`

## Query parameters

- `api_key` string, required
- `check_id` integer, required

## Response `200`

PDF-файл чека

## Other responses

- `400` — При создании чеков произошла одна из ошибок: 1. Данного чека не существует 2. Для данного чека не сгенерирован PDF-файл
- `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)
