Teams
Get all teams
GET
Authorizations
See the documentation for more information.
Response
200 - application/json
Example:
[
{
"id": 10,
"is_personal_team": false,
"name": "Morgan Hirthe",
"type": "Other",
"email": "dare.emelie@example.com",
"created_at": "2025-03-18T10:12:34.000000Z",
"updated_at": "2025-03-18T10:12:34.000000Z"
},
{
"id": 11,
"is_personal_team": false,
"name": "Prof. Mina Bauch",
"type": "Other",
"email": "okeefe.isidro@example.org",
"created_at": "2025-03-18T10:12:34.000000Z",
"updated_at": "2025-03-18T10:12:34.000000Z"
}
]
Was this page helpful?