Scanned Code

This allows a site to query if the user has scanned the code. This is not a 100% accurate rule so it should be used only for display purposes. As an example, if you scan once it will return true but if the user decides thereafter to refresh the website/web page it will probably not show the scanned again.

URL STRUCTURE /public/{code}/scanned
METHOD GET

Query a code that has been created.

URL STRUCTURE /code/{code} '
METHOD GET

Parameters

ParameterTypeDescription
{code}StringThe code that is being queried.

Returns – HTTP 200

ParameterTypeDescription
scannedBooleanTrue – If the user has scanned the code. False – if the user has not.

Sample Requests

{
scanned: true
}

Errors

Http ResponseDescription
439The code is not valid code.