---
title: "Get QR code"
method: GET
path: "/api/v1/credentials/{id}/qr"
tags: ["Connectivity v1.Credentials"]
---

# Get QR code

`GET /api/v1/credentials/{id}/qr`

QR code for authentication flows such as Mobile BankID as base64 encoded PNG. Includes `data:image/png;base64,`.

## Path parameters

- `id` string, required

## Response `200`

The QR code was successfully returned.

## Other responses

- `400` — The payload does not pass validation.
- `404` — Could not find the autostarttoken.

---

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