Skip to main content

OK response AND reset form

Scan the below QR code with the scan2check mobile app to import the settings below. The API url is specific:

API returns always an OK response, when a code is scanned and removes any stored form data.

Endpoint documentation:
upload-scanned-code-return-minimal-response-remove-form

Settings JSON#

{  "app" : "scan2check.com",  "settings" : {    "apiUrl" : "https://stoplight.io/mocks/yofla/scan2check/18958858/upload-code-minimal-response-remove-form"  }}

Settings QR code#

(above json as QR code)

API response#

(API response explicitly returns an empty formData key. Value must be an empty object {} and not null!)

{  "settings": {    "formData": {}  }}