Sites
- GETGet all transactions
- GETGet all sites
- POSTCreate a new site
- GETGet a specific site
- GETGet all chargers
- POSTCreate a new charger
- DELDetach a charger
- GETGet all connectors for a site
- GETGet smart charging settings
- PUTUpdate smart charging settings
- POSTAttach an existing charger
- GETGet current usage of a connector
- GETGet all groups
- GETGet meter usage for a group
Chargers
Datapoints
Sites
Get a specific site
Sites
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": {
"deprecation": "site.id is deprecated. Use site.uuid instead.",
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 63,
"name": "Cronin, Dare and Hauck",
"street": "Leo Pine",
"postal_code": "21627",
"house_number": 77365,
"house_number_addition": "Apt. 066",
"city": "Trompmouth",
"country": "RS",
"created_at": "2025-03-31T12:18:52.000000Z",
"updated_at": "2025-03-31T12:18:52.000000Z"
}
}
Authorizations
See the documentation for more information.
Response
200 - application/json
Example:
"site.id is deprecated. Use site.uuid instead."
Example:
"bfc53181-d647-36b2-9080-f9c2b76006f4"
Example:
63
Example:
"Cronin, Dare and Hauck"
Example:
"Leo Pine"
Example:
"21627"
Example:
77365
Example:
"Apt. 066"
Example:
"Trompmouth"
Example:
"RS"
Example:
"2025-03-31T12:18:52.000000Z"
Example:
"2025-03-31T12:18:52.000000Z"
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"deprecation": "site.id is deprecated. Use site.uuid instead.",
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 63,
"name": "Cronin, Dare and Hauck",
"street": "Leo Pine",
"postal_code": "21627",
"house_number": 77365,
"house_number_addition": "Apt. 066",
"city": "Trompmouth",
"country": "RS",
"created_at": "2025-03-31T12:18:52.000000Z",
"updated_at": "2025-03-31T12:18:52.000000Z"
}
}