Teams

List teams

List teams the authenticated caller belongs to.

get/teams

Response

Teams the caller belongs to.

Example response

{
  "teams": [
    {
      "id": "team_4f8c92ab",
      "name": "Acme Sales"
    }
  ]
}

Changes