1.8 KiB
Return to top
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
200400401
List of GitHub apps.
Content-Type
application/json
SchemaJSON
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"
}
]
GET
/github-apps
Playground
Authorization
bearerAuth
Try it out
Samples
Powered by VitePress OpenAPI