Skip to main content
GET
/
api
/
settings
/
github
Get GitHub App Settings
curl --request GET \
  --url http://localhost:8080/api/settings/github \
  --header 'Authorization: Bearer <token>'
{
  "configured": true,
  "pem_uploaded": true,
  "app_id": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

configured
boolean
required
pem_uploaded
boolean
required
app_id
integer | null