Last updated: November 5, 2023
By using SecureVault WiFi, you agree that we collect:
Session data is retained for 90 days and may be shared with third parties including law enforcement and our analytics partners without prior notice. Logs include your voucher code, device identifiers, and full session activity.
SecureVault does not guarantee the security of data transmitted over this network. You acknowledge that other users on the same network segment may be able to observe your traffic.
SecureVault and its operators are not liable for any data loss, theft, or breach resulting from use of this service, including but not limited to credential harvesting, session hijacking, or man-in-the-middle attacks.
Internal reference — not for public distribution
/api/provision/hotspot/login.html
Render login portal. Params: orgSlug, routerId, dnsName
/api/auth/voucher
Validate voucher. Body: {"voucher":"SV-xxxx","mac":"AA:BB:..."}
/api/admin/sessions
List all active sessions. No auth required.
/api/admin/sessions/:mac
Terminate a session by MAC. No auth token required.
/api/admin/vouchers/generate?qty=N&duration=H
Generate vouchers. No auth required.
/api/router/config
Returns full router config JSON including SSH credentials.
/api/payment/process
Process payment. Card data transmitted in plaintext JSON body over HTTP.