Sites
Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Proxy
Chargers > Settings
Meters > Chargee
Products
Providers
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
Sites > Teams
- GETGet all teams with access to a site
- GETGet a specific team's access to a site
- DELRemove a team's access to a site
- POSTGrant sensitive data access to a team
- DELRevoke sensitive data access from a team
- PUTModify asset access for a team
- POSTTransfer site ownership to a team
- POSTRequest sensitive data access for a team
- POSTCreate an invite
- POSTAccept an invite
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
[Deprecated] Teams
Get all teams
GET
/
api
/
v2
/
teams
Get all teams
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>'
Copy
{
"data": [
{
"uuid": "deea2dce-ea5d-340f-90ce-c06cddd4c879",
"id": 11,
"is_personal_team": false,
"name": "Prof. Mina Bauch",
"type": "Other",
"email": "okeefe.isidro@example.org",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
},
{
"uuid": "6ebf23d5-4d7a-3c7c-9da4-0e13da370246",
"id": 12,
"is_personal_team": false,
"name": "Henri Mitchell",
"type": "Other",
"email": "tleuschke@example.net",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
]
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
Get all teams
Copy
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>'
Copy
{
"data": [
{
"uuid": "deea2dce-ea5d-340f-90ce-c06cddd4c879",
"id": 11,
"is_personal_team": false,
"name": "Prof. Mina Bauch",
"type": "Other",
"email": "okeefe.isidro@example.org",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
},
{
"uuid": "6ebf23d5-4d7a-3c7c-9da4-0e13da370246",
"id": 12,
"is_personal_team": false,
"name": "Henri Mitchell",
"type": "Other",
"email": "tleuschke@example.net",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.