Authentication
The VoltView API uses a VoltView API key for authentication. Include your VoltView API key in thex-api-key header on every request:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to authenticate with the VoltView API
x-api-key header on every request:
curl https://api.voltview.co.uk/v1/sites \
-H "x-api-key: your_api_key_here"
| Status | Description |
|---|---|
401 Unauthorized | Missing or invalid API key |
403 Forbidden | Authenticated but insufficient permissions |