List all GitHub apps.
Authorization
bearerAuth AuthorizationBearer <token>
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://app.coolify.io/api/v1/github-apps"[ { "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" }]{ "message": "Invalid token."}{ "message": "Unauthenticated."}