Authentication Methods
The VoltView API supports two authentication methods:1. Supabase Auth (Web and Mobile Users)
Web and mobile applications authenticate via Supabase Auth using magic links and OTP codes. After signing in, include the Supabase access token in theAuthorization header:
2. API Key (Server-to-Server Integrations)
For programmatic access, include your API key in thex-api-key header on every request:
Error Responses
| Status | Description |
|---|---|
401 Unauthorized | Missing or invalid authentication token/key |
403 Forbidden | Authenticated but insufficient permissions |