SecureVault
← Back

Terms of Service

Last updated: November 5, 2023

1. Data Collection

By using SecureVault WiFi, you agree that we collect:

2. Session Logging

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.

3. Network Security

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.

4. Limitation of Liability

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.


API Endpoint Reference

Internal reference — not for public distribution

GET /api/provision/hotspot/login.html

Render login portal. Params: orgSlug, routerId, dnsName

POST /api/auth/voucher

Validate voucher. Body: {"voucher":"SV-xxxx","mac":"AA:BB:..."}

GET /api/admin/sessions

List all active sessions. No auth required.

DELETE /api/admin/sessions/:mac

Terminate a session by MAC. No auth token required.

GET /api/admin/vouchers/generate?qty=N&duration=H

Generate vouchers. No auth required.

GET /api/router/config

Returns full router config JSON including SSH credentials.

POST /api/payment/process

Process payment. Card data transmitted in plaintext JSON body over HTTP.