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"
}
}
}Get a team by a team id.
The authenticated user must be a member of the team.
Example response
{
"data": {
"attributes": {
"name": "string"
}
}
}