Currently, our API handles only 1 QR content per call. To verify a vaccination regime with 2 QR codes, you need to do the following in order:
- Retrieve the credentials of the 1st QR code by calling the API with the Rules Engine turned off (entryRequirements check: false).
- Retrieve the credentials of the 2nd QR code by calling the API again.
- Combine credentials from 1st and 2nd QR code and make a call directly to our Rules Engine.
To make sure each QR code is giving an authentic certificate and the certificate is not revoked, check the outputs each time you make an API call:
- ‘isValidCert’= true; and
- ‘isCertRevoked’= false
- ‘PersonalCheck Details’ is true (optional)
Last Updated: 10 November 2021