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
Get Teams
Returns all teams from the system that the user has access to
GET
/
teams
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>'
Response
Array of teams
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>'