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>" } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Installation health status
Show child attributes
Was this page helpful?