---
title: "Get the QR code for a given Hanko Authenticator request"
method: GET
path: "/v1/uaf/requests/{id}/qrcode"
tags: ["Hanko Authenticator"]
---

# Get the QR code for a given Hanko Authenticator request

`GET /v1/uaf/requests/{id}/qrcode`

You need the QR code to establish the out-of-band communication via the Hanko Authenticator. You can provide certain query parameters to adjust the appearance of the generated QR code.

## Path parameters

- `id` string, required
- `id` string, required

## Query parameters

- `qrData` object
- `width` integer
- `height` integer
- `fg` string
- `bg` string

## Response `200`

The QR code

## Other responses

- `401` — You are not authenticated. Provide your credentials.
- `404` — Resource not found.
- `500` — Internal Server Error.

---

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