DevZero Logo

DevZero

List Integrated Repos

Get all repos of a team, parts of the response will be user specific for oauth based providers

GET
/v2/teams/{team_id}/repos

Path Parameters

team_idstring

ID of team

Header Parameters

Authorizationstring

Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token

Response Body

curl -X GET "https://api.devzero.io/backend/v0/v2/teams/string/repos" \
  -H "Authorization: string"
[
  {
    "full_name": "string",
    "git_clone_url": "string",
    "html_url": "string",
    "is_private": true
  }
]
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}
{
  "message": "string"
}