curl --request GET \
--url https://cloud.volttime.com/api/v3/teams \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"uuid": "445bd3f6-8f2c-38cb-aa04-2f4e1edb32bb",
"id": 7,
"is_personal_team": false,
"name": "Jazlyn Keebler",
"type": "Other",
"email": "ferne52@example.com",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
},
{
"uuid": "013e1265-7fdf-327c-9ed4-fc05e74df42b",
"id": 8,
"is_personal_team": false,
"name": "Myrtis Tromp",
"type": "Other",
"email": "nstokes@example.org",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
]
}
See the documentation for more information.
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": "445bd3f6-8f2c-38cb-aa04-2f4e1edb32bb",
"id": 7,
"is_personal_team": false,
"name": "Jazlyn Keebler",
"type": "Other",
"email": "ferne52@example.com",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
},
{
"uuid": "013e1265-7fdf-327c-9ed4-fc05e74df42b",
"id": 8,
"is_personal_team": false,
"name": "Myrtis Tromp",
"type": "Other",
"email": "nstokes@example.org",
"created_at": "2025-07-04T13:42:21.000000Z",
"updated_at": "2025-07-04T13:42:21.000000Z"
}
]
}