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
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
The identifier of the team
The name of the team
The type of the team
Personal
HOA
Retailer
Installer
Wholesaler
Company
OEM
Other
The email of the team
The date the team was created
The date the team was last updated
Array of teams
The identifier of the team
The name of the team
The type of the team
Personal
HOA
Retailer
Installer
Wholesaler
Company
OEM
Other
The email of the team
The date the team was created
The date the team was last updated
{
"data": [
{
"id": 402789,
"name": "John's Team",
"type": "Personal",
"email": "john.doe@gmail.com",
"created_at": "2023-08-23T15:48:46.000000Z",
"updated_at": "2023-08-30T09:46:26.000000Z"
},
{
"id": 477669,
"name": "Amce Corp.",
"type": "Wholesaler",
"email": "info@amce.com",
"created_at": "2023-08-24T11:13:13.000000Z",
"updated_at": "2023-08-24T11:13:13.000000Z"
}
]
}
Was this page helpful?
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>'