Infra APIGithub
Get GitHub status
Checks GitHub account linkage and app installation status
GET
/api/v1/github/statusChecks GitHub account linkage and app installation status
Authorization
BearerAuth AuthorizationBearer <token>
Supabase JWT Bearer token
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/github/status"{ "connected": true, "installed": true, "username": "string"}{ "error": "string", "message": "string"}{ "error": "string", "message": "string"}