---
title: "Get QR Code"
method: GET
path: "/api/qr_codes/{document-id}.json"
tags: ["Invoices", "Guides"]
---

# Get QR Code

`GET /api/qr_codes/{document-id}.json`

## Path parameters

- `document-id` integer, required

## Query parameters

- `api_key` string, required

## Response `200`

SUCCESS

- QrCodeResponse
  - `qr_code` object
    - `url` string

## Other responses

- `202` — ACCEPTED
- `401` — ACCESS DENIED
- `404` — NOT FOUND
- `422` — UNPROCESSABLE ENTITY

## Changes

- **2026-08-25** `5b82d4eb0d9f` — 1 breaking, 2 warning, 1 info
  - the `errors` response's property type/format changed from `object`/`` to `array`/`` for status `401`
  - removed the optional property `errors/error` from the response with the `401` status
  - removed the optional property `qr_code/status` from the response with the `202` status
  - added the optional property `qr_code/message` to the response with the `202` status

[Change history](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/changes/api/qr_codes/:document-id.json/get.md)

---

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