Chargers
Tariffs
Chargers > Actions
Chargers > Connectors
Chargers > Licenses
Chargers > Settings
Meters > Chargee
Products
Sites > Chargers
Sites > Connectors
Sites > Smart Charging
[Deprecated] Chargers
[Deprecated] Commands
[Deprecated] Datapoints
[Deprecated] Sites
[Deprecated] Teams
[Deprecated] Users
Teams
Get all teams
GET
/
api
/
v3
/
teams
curl --request GET \
--url https://cloud.volttime.com/api/v3/teams \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 2,
"is_personal_team": false,
"name": "Miss Pearl Hauck",
"type": "Other",
"email": "leo34@example.net",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
},
{
"uuid": "665a39c0-48af-31f1-a546-aa4f41372488",
"id": 3,
"is_personal_team": false,
"name": "Oswald Koch",
"type": "Other",
"email": "bailee15@example.org",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.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/v3/teams \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "bfc53181-d647-36b2-9080-f9c2b76006f4",
"id": 2,
"is_personal_team": false,
"name": "Miss Pearl Hauck",
"type": "Other",
"email": "leo34@example.net",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
},
{
"uuid": "665a39c0-48af-31f1-a546-aa4f41372488",
"id": 3,
"is_personal_team": false,
"name": "Oswald Koch",
"type": "Other",
"email": "bailee15@example.org",
"created_at": "2025-05-28T12:59:38.000000Z",
"updated_at": "2025-05-28T12:59:38.000000Z"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.