GET
/
api
/
v3
/
sites
/
{site_uuid}
curl --request GET \
  --url https://cloud.volttime.com/api/v3/sites/{site_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
    "id": 4,
    "name": "Cronin, Dare and Hauck",
    "street": "Leo Pine",
    "postal_code": "21627",
    "house_number": 77365,
    "house_number_addition": "Apt. 066",
    "city": "Trompmouth",
    "country": "RS",
    "capabilities": {
      "smart_charging": true,
      "load_management": {
        "dynamic": true,
        "peak_shaving": true,
        "solar": true
      }
    },
    "created_at": "2025-05-02T11:43:23.000000Z",
    "updated_at": "2025-05-02T11:43:23.000000Z"
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required

Response

200 - application/json

The response is of type object.