Teams
Retrieve a team
Retrieve an existing team.
If you are using a personal access token, you need to have an access level greater or equal to member.
get/v1/teams/{team_id}
Path parameters
team_idinteger required
The id of the team
Response
Team details
Example response
{
"id": 3252,
"name": "feature team A",
"description": "Description of my team",
"gitguardian_url": "https://dashboard.gitguardian.com/workspace/1/settings/user/teams/1",
"external_provider_id": "123-456-7890"
}