---
title: "Get QR code via attendance link (no login)"
method: GET
path: "/public/attendance/link/{link_token}"
tags: ["Attendance Public"]
---

# Get QR code via attendance link (no login)

`GET /public/attendance/link/{link_token}`

Public endpoint for tablet/screen QR display using a dedicated attendance link.
No login or API token needed — just open the URL with the link token.

Example: https://api.domain.com/public/attendance/link/abc123random

## Path parameters

- `link_token` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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