DevZero Logo
DevZero

Get Dora Connections

Get Dora Connections

GET
/v2/teams/{team_id}/dxi/dora/get-connections
/v2/teams/{team_id}/dxi/dora/get-connections

Header Parameters

Authorization
Required
string

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

Path Parameters

team_id
Required
string

ID of team

curl -X GET "https://api.devzero.io/backend/v0/v2/teams/string/dxi/dora/get-connections" \
  -H "Authorization: string"

OK

[
  {
    "connection_id": "string",
    "name": "string",
    "repositories": [
      {
        "clone_url": "string",
        "fullname": "string",
        "github_id": 0,
        "html_url": "string",
        "id": "string",
        "name": "string",
        "owner_id": 0
      }
    ]
  }
]