c19qrserver.local

This is the API for the COVID-19 Contact Tracing QRCode Signin Server

๐Ÿ”‘ apikey 14 endpoints open_data
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Retrieve the information associated with all team members' user records
curl \
  -H "token: $API_KEY" \
  http://c19qrserver.local/users
Get signin info
curl \
  -H "token: $API_KEY" \
  http://c19qrserver.local/signins
Retrieve the information associated with a team member's user record
curl \
  -H "token: $API_KEY" \
  http://c19qrserver.local/user/{userId}
Endpoints (14 total)
GET
/users
Retrieve the information associated with all team members' user records
GET
/signins
Get signin info
GET
/user/{userId}
Retrieve the information associated with a team member's user record
GET
/signin/{signinId}
Retrieve the information associated with a signin record
POST
/user
Create a user
POST
/login
Log in to get an API token
POST
/logout
Log out
POST
/signin
Create a new signin record
POST
/changePassword
Used for changing your password
POST
/requestPasswordReset
Used for requesting a password reset code
POST
/verifyPasswordChange
Used for resetting your password when you forgot it
PUT
/signin/{signinId}
Update a signin record
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints14
Authapikey
Categories1
http://c19qrserver.local