Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Invite
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Get Sites
Returns all the sites that the specified team has access to
GET
/
teams
/
{team_id}
/
sites
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites \
--header 'Authorization: Bearer <token>'
Request
The id of the team
Response
Array of sites
Show Site
Show Site
The identifier of the site
The name of the site
The street of the site
The postal code of the site
The house number of the site
The addition to the house number of the site
The city of the site
The country of the site
The date the site was created
The date the site was last updated
Array of sites
Show Site
Show Site
The identifier of the site
The name of the site
The street of the site
The postal code of the site
The house number of the site
The addition to the house number of the site
The city of the site
The country of the site
The date the site was created
The date the site was last updated
Copy
{
"data": [
{
"id": 209,
"name": "Volt Time HQ",
"street": "Meer en Duin",
"postal_code": null,
"house_number": 216,
"house_number_addition": null,
"city": "Lisse",
"country": "BE",
"created_at": "2023-09-25T12:24:28.000000Z",
"updated_at": "2023-11-06T12:50:23.000000Z",
}
]
// + Pagination
}
Was this page helpful?
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/sites \
--header 'Authorization: Bearer <token>'
Assistant
Responses are generated using AI and may contain mistakes.