Skip to content
Start in Cloud

Get shared QR asset

GET
/api/share/{token}/sites/{id}/qr-codes/{qrID}/asset
curl --request GET \
--url https://app.hitkeep.com/api/share/example/sites/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/qr-codes/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/asset

Returns the persisted QR graphic through an existing site share link.

token
required
string
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"
}