ens://v?r=[region]&c=[verification code]
Send COVID-19 exposure notifications verification codes into a compatible mobile application or operating system for verification of a diagnosis to share within the exposure notifications system.
-
ens
: describes that the exposure notifications application to be opened. -
onboarding
: activate onboarding for exposure notifications. -
v
: verify, currently this is the only available action. -
r
: region, the region that this verification code is for.- Regions must be ISO_3166-2 codes.
- For country level, the 2 character code is used.
- If sub-regions are being used, this should be 2 character country, '-' (dash) followed by the 2 or 3 character subdivision code.
- Region codes are case insensitive.
-
c
: verification code to validate the diagnosis.
-
onboarding
- Activate / onboarding mode. No additional parameters are supported. -
v
- Supports region (r
) and code (c
) as required parameters.
Use URL encoding if applicable. This URI is intended to be sent over SMS. While there is no strict limit on length, it is recommended that the greeting text combined with the URI not exceed 160 characters in total.
For Austraila:
ens://v?r=AU&c=1234abcd5678efgh
For the State of Washington, in the United States:
ens://v?r=US-WA&c=abcdefgh12345678
And for State of New South Wales in Austraila:
ens://v?r=AU-NSW&c=abcdefgh12345678
The onboarding
command does not support any other parameters.
ens://onboarding