Infra APIGithub
Get GitHub App info
Returns app name, installation URL, and OAuth details
GET
/api/v1/github/app-infoReturns app name, installation URL, and OAuth details
Authorization
BearerAuth AuthorizationBearer <token>
Supabase JWT Bearer token
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/github/app-info"{ "app_name": "string", "client_id": "string", "installation_url": "string"}