Skip to main content
GET
/
api
/
instances
/
{id}
/
qr
Get QR code for instance
curl --request GET \
  --url https://api.wappfy.io/api/instances/{id}/qr \
  --header 'Authorization: Bearer <token>'
{
  "qr": "<string>",
  "raw": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Instance ID

Response

QR code data

qr
string

Base64-encoded QR code image

raw
string

Raw QR code value for custom rendering