v18

latestOpenAPI 3.1.0raw.githubusercontent.com2022-08-0421329.6 KB
v3 teams

Get Team by team id

Get a team by a team id.

The authenticated user must be a member of the team.

get/v3/teams/{teamId}

Response

Example response

Example response

{
  "data": {
    "attributes": {
      "name": "string"
    }
  }
}