Infra APIGithub
Get GitHub App info
GET
/api/v1/github/app-infoReturns app name, installation URL, and OAuth details
Authorization
BearerAuth AuthorizationBearer <token>
Hydra 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"}