Vigilfield Docs
API referenceTeams

`GET /teams` — list all teams in the org.

GET/teams

Response Body

application/json

curl -X GET "https://example.com/teams"
{  "data": [    {      "created_at": "string",      "description": "string",      "external_id": "string",      "external_idp_id": "string",      "id": "string",      "is_system": true,      "member_count": 0,      "member_ids": [        "string"      ],      "name": "string",      "org_id": "string",      "source": null,      "updated_at": "string"    }  ],  "page": 0,  "page_size": 0,  "total": 0,  "total_pages": 0}