---
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.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
