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