cURL
curl --request GET \ --url http://localhost:8080/api/workspaces/{id}/github/status \ --header 'Authorization: Bearer <token>'
{ "connected": true, "installation_id": 123, "repo": "<string>", "app_configured": false }
Check GitHub connection status for a workspace.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response