Sites
Sites endpoints of the DynVolt Open API.
List the sites your API key can access. Every other endpoint is scoped to one of these sites via its site_id.
GET /v1/sites
List the sites this API key can access.
Scope: none — any valid API key
curl "https://api.owner.dynvolt.com/v1/sites" \
-H "Authorization: Bearer $DYNVOLT_API_KEY"
