List Team Repo Manager Integrations
Get all repo manager integrations for a team
GET
/
v2
/teams
/{team_id}
/repo_manager_integrations
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Path Parameters
team_id
Requiredstring
ID of team
Query Parameters
type
string
If specified, only return repo manager integrations of the specified type
Value in:
"github" | "bitbucket" | "gitlab"
OK