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>" }, "jira": { "status": "<string>", "failure_reason": "<string>", "host": "<string>" }, "slack": { "status": "<string>", "team_id": "<string>", "failure_reason": "<string>" } } }
Documentation IndexFetch the complete documentation index at: https://docs.gitar.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.gitar.ai/llms.txt
Use this file to discover all available pages before exploring further.
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?