Log Out
POST /api/logout
Terminates the session. Body is empty. After logout, reconnecting requires a fresh QR scan.
- Auth: Bearer Device Key
Request
curl -X POST https://app.rapiwa.com/api/logout \
-H "Authorization: Bearer YOUR_DEVICE_KEY"
Response
{ "success": true }