List​
GET
/github-apps
List all GitHub apps.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Responses​
List of GitHub apps.
application/json
JSON
[
{
"id": 0,
"uuid": "string",
"name": "string",
"organization": "string",
"api_url": "string",
"html_url": "string",
"custom_user": "string",
"custom_port": 0,
"app_id": 0,
"installation_id": 0,
"client_id": "string",
"private_key_id": 0,
"is_system_wide": true,
"is_public": true,
"team_id": 0,
"type": "string"
}
]
