Skip to content
Start in Cloud

Get QR-only shared asset

GET
/api/qr-share/{token}/qr-code/asset
curl --request GET \
--url https://app.hitkeep.com/api/qr-share/example/qr-code/asset

Returns the persisted QR graphic exposed by a QR-only share link.

token
required
string

Image asset stream

Asset not found

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