Skip to main content
GET
/
installation
/
health
cURL
curl --request GET \
  --url https://api.gitar.ai/v1/installation/health \
  --header 'Authorization: Bearer <token>'
{
  "code_hosting": {
    "github": {
      "status": "<string>"
    },
    "gitlab": {
      "status": "<string>",
      "group": "<string>",
      "host": "<string>"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Installation health status

code_hosting
object
required