GET
/
v1
/
github
/
config
cURL
curl --request GET \
  --url https://api.example.com/v1/github/config
{
  "enabled": true,
  "app_id": "<string>"
}

Response

200 - application/json

GitHub App configuration status

enabled
boolean
required
app_id
string | null