EaserixDocs
DevelopersAPI referenceTasksTeams

List the org's teams

Teams of the caller's active org, ordered by key. Never empty for a used workspace — the first request bootstraps a "General" (GEN) team.

View as Markdown
GET
/v1/teams
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/teams"
{  "teams": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "key": "string",      "name": "string",      "created": "2019-08-24T14:15:22Z"    }  ]}