API for the COVID-19 Tracking QR Code Signin Server. Skill
c19qrserver-local
c19qrserver-local
| Method | Path | Description |
|---|---|---|
POST | /login | |
POST | /logout | Log in to get an API token |
GET | /signins | Log out |
POST | /signin | Get signin info |
GET | /signin/{signinId} | Create a new signin record |
PUT | /signin/{signinId} | Retrieve the information associated with a signin record |
DELETE | /signin/{signinId} | Update a signin record |
POST | /verifyPasswordChange | Delete a signin record |
POST | /changePassword | Used for resetting your password when you forgot it |
POST | /requestPasswordReset | Used for changing your password |
POST | /user | Used for requesting a password reset code |
DELETE | /user/{userId} | Create a user |
GET | /user/{userId} | Delete a team member's user record |
GET | /users | Retrieve the information associated with a team member's user record |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install c19qrserver-local
Downloads and installs to ~/.claude/skills/c19qrserver-local/
1.1 (2026-02-19)