Sites
- 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": {
"id": 236,
"name": "Morgan Hirthe",
"street": "Haven Square",
"postal_code": "19279",
"house_number": 544,
"house_number_addition": "Apt. 365",
"city": "Careymouth",
"country": "HN",
"created_at": "2025-03-12T13:49:24.000000Z",
"updated_at": "2025-03-12T13:49:24.000000Z"
}
}
Authorizations
See the documentation for more information.
Response
200 - application/json
Example:
236
Example:
"Morgan Hirthe"
Example:
"Haven Square"
Example:
"19279"
Example:
544
Example:
"Apt. 365"
Example:
"Careymouth"
Example:
"HN"
Example:
"2025-03-12T13:49:24.000000Z"
Example:
"2025-03-12T13:49:24.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": {
"id": 236,
"name": "Morgan Hirthe",
"street": "Haven Square",
"postal_code": "19279",
"house_number": 544,
"house_number_addition": "Apt. 365",
"city": "Careymouth",
"country": "HN",
"created_at": "2025-03-12T13:49:24.000000Z",
"updated_at": "2025-03-12T13:49:24.000000Z"
}
}