API Reference/Git
Get repository information
Retrieve information about a specific repository, including its ID, name, and default branch.
GET
/git/v1/repo/{repo}Path Parameters
repoRequiredstringThe repository id
Response Body
200
Repository information retrieved successfully
idRequiredstringFormat:
"uuid"namestring | nullaccountIdRequiredstringFormat:
"uuid"visibilityRequiredstringValue in:
"public" | "private"defaultBranchRequiredstringRepository information retrieved successfully