Files
Proxmox-Coolify-Manager/coolify_skill/references/ops/list-github-apps.md
T

102 lines
1.8 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Skip to content](https://coolify.io/docs/api-reference/api/operations/list-github-apps#VPContent)
Return to top
List[](https://coolify.io/docs/api-reference/api/operations/list-github-apps#list)
====================================================================================
GET
/github-apps
List all GitHub apps.
Authorizations[](https://coolify.io/docs/api-reference/api/operations/list-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[](https://coolify.io/docs/api-reference/api/operations/list-github-apps#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[](https://coolify.io/docs/api-reference/api/operations/list-github-apps#playground)
------------------------------------------------------------------------------------------------
Authorization
bearerAuth
Try it out
Samples[](https://coolify.io/docs/api-reference/api/operations/list-github-apps#samples)
------------------------------------------------------------------------------------------
Powered by [VitePress OpenAPI](https://github.com/enzonotario/vitepress-openapi)