Skip to main content
GET
/
api
/
system.git-info
Get Git repository information
curl --request GET \
  --url http://localhost:5173/api/system.git-info \
  --cookie apiKeys=
{
  "local": {
    "branch": "<string>",
    "commit": "<string>"
  },
  "github": {
    "repos": [
      {}
    ],
    "organizations": [
      {}
    ]
  }
}

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Response

200 - application/json

Git information

local
object
github
object