Skip to content
Start in Cloud

Get QR graphic asset

GET
/api/sites/{id}/qr-codes/{qrID}/asset
curl --request GET \
--url https://app.hitkeep.com/api/sites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/qr-codes/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/asset \
--cookie hk_token=<hk_token>

Returns the persisted raster graphic attached to a QR code. Requires site.view.

id
required
string format: uuid
qrID
required
string format: uuid

Image asset stream

Asset not found

Media type application/json
object
message
string
Example generated
{
"message": "example"
}