API for the COVID-19 Tracking QR Code Signin Server.
This is the API for the COVID-19 Contact Tracing QRCode Signin Server
Latency
5001ms p95
Uptime
0.0% 30d
Playground
Verified
live
Endpoints
/changePassword
Used for changing your password
/login
Log in to get an API token
/logout
Log out
/requestPasswordReset
Used for requesting a password reset code
/signin
Create a new signin record
/signin/{signinId}
Delete a signin record
/signin/{signinId}
Retrieve the information associated with a signin record
/signin/{signinId}
Update a signin record
/signins
Get signin info
/user
Create a user
/user/{userId}
Delete a team member's user record
/user/{userId}
Retrieve the information associated with a team member's user record
/users
Retrieve the information associated with all team members' user records
/verifyPasswordChange
Used for resetting your password when you forgot it
14 endpoints auto-detected
Authentication
This API uses an API key, passed in the "token" header. No OAuth required.
curl -X POST \ "http://c19qrserver.local/changePassword" \ -H "token: YOUR_API_KEY"
c19qrserver.local · HTTPS only