Redeem a QR scan tokenCopy Pagepost https://kigo-core-server-stage.kigodigital.net/api/v1/tokens/{token_id}/redeem/scan-qrRedeems a token via the scan-and-save QR flow. Currently stubbed.Path Paramstoken_iduuidrequiredThe ID of the token to redeem.Body Paramslocation_idstringrequiredThe location id collected from the QR code.Responses 200Successfully redeemed scan-and-save token. 400Invalid token ID or scan-and-save token. 404Token not found. 500Failed to redeem scan-and-save token.Updated 2 months ago