Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Get a specific site
Get a specific site
GET
/
api
/
v2
/
teams
/
{team_id}
/
sites
/
{id}
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 16,
"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:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}
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/v2/teams/{team_id}/sites/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 16,
"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:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
}