Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Settings
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Get all teams
Get all teams
GET
/
api
/
v2
/
teams
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 6,
"is_personal_team": false,
"name": "Miss Pearl Hauck",
"type": "Other",
"email": "pfritsch@example.com",
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
},
{
"uuid": "d34becdc-c0c1-3b29-91d0-b8358c864cf4",
"id": 7,
"is_personal_team": false,
"name": "Donny Leffler",
"type": "Other",
"email": "mitchell.matilda@example.org",
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
]
}
Authorizations
See the documentation for more information.
Response
200 - application/json
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 6,
"is_personal_team": false,
"name": "Miss Pearl Hauck",
"type": "Other",
"email": "pfritsch@example.com",
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
},
{
"uuid": "d34becdc-c0c1-3b29-91d0-b8358c864cf4",
"id": 7,
"is_personal_team": false,
"name": "Donny Leffler",
"type": "Other",
"email": "mitchell.matilda@example.org",
"created_at": "2025-05-02T11:43:24.000000Z",
"updated_at": "2025-05-02T11:43:24.000000Z"
}
]
}