Teams
Deprecated
Company API v1 is deprecated and will be removed in a future release. Migrate to a newer version — v4 is the latest. Use the version switcher in the header.
List all teams
Response Body
application/json
curl -X GET "https://example.com/api/public/v1/teams"{ "data": [ { "id": 0, "name": "string", "description": null, "created_at": "string", "updated_at": "string", "team_lead": { "id": 0, "full_name": "string", "email": "string" }, "team_members": [ { "id": 0, "user": { "id": 0, "full_name": "string", "email": "string" } } ] } ], "metadata": { "pagination": { "page": 0, "pages": 0, "count": 0, "items": 0 } }}