Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Sites
Get all sites
GET
/
api
/
v3
/
sites
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 1,
"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-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
},
{
"uuid": "59183559-65ff-3076-b8ca-d2d03d26a42a",
"id": 2,
"name": "Feeney, Leffler and Glover",
"street": "Lucienne Curve",
"postal_code": "38757-0170",
"house_number": 282,
"house_number_addition": "Suite 788",
"city": "Verliebury",
"country": "NI",
"capabilities": {
"smart_charging": true,
"load_management": {
"dynamic": true,
"peak_shaving": true,
"solar": true
}
},
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
}
],
"links": {
"first": "/?page=1",
"last": null,
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"current_page_url": "/?page=1",
"from": 1,
"path": "/",
"per_page": 25,
"to": 2
}
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v3/sites \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 1,
"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-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
},
{
"uuid": "59183559-65ff-3076-b8ca-d2d03d26a42a",
"id": 2,
"name": "Feeney, Leffler and Glover",
"street": "Lucienne Curve",
"postal_code": "38757-0170",
"house_number": 282,
"house_number_addition": "Suite 788",
"city": "Verliebury",
"country": "NI",
"capabilities": {
"smart_charging": true,
"load_management": {
"dynamic": true,
"peak_shaving": true,
"solar": true
}
},
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
}
],
"links": {
"first": "/?page=1",
"last": null,
"prev": null,
"next": null
},
"meta": {
"current_page": 1,
"current_page_url": "/?page=1",
"from": 1,
"path": "/",
"per_page": 25,
"to": 2
}
}
Assistant
Responses are generated using AI and may contain mistakes.