Map kiosk serials to links and queue app resets securely.
Request a one-time passcode (OTP). Check it@popmeals.com for the code.
| Serial | Link | Reset? | Last Failure | Actions |
|---|
GET /checkin?sn=SERIAL_NUMBER
Response 200:
{
"serialNumber": "SN-001",
"link": "https://...",
"resetApp": true,
"updatedAt": "2026-02-12T09:00:00Z"
}
404 response:
{
"error": "NOT_FOUND",
"serialNumber": "SN-001"
}