cURL
curl --request GET \ --url http://localhost:8080/api/settings/github \ --header 'Authorization: Bearer <token>'
{ "configured": true, "pem_uploaded": true, "app_id": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response