Returns all teams from the system that the user has access to
curl --request GET \
--url https://cloud.volttime.com/api/v2/teams \
--header 'Authorization: Bearer <token>'Show Team
Show TeamType
Personal
HOA
Retailer
Installer
Wholesaler
Company
OEM
Other{
"data": [
{
"id": 402789,
"name": "John's Team",
"type": "Personal",
"email": "[email protected]",
"created_at": "2023-08-23T15:48:46.000000Z",
"updated_at": "2023-08-30T09:46:26.000000Z"
},
{
"id": 477669,
"name": "Amce Corp.",
"type": "Wholesaler",
"email": "[email protected]",
"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>'