---
title: "Get GHES app config"
method: GET
path: "/github_app/ghes_config"
tags: ["Git Sync"]
---

# Get GHES app config

`GET /github_app/ghes_config`

Returns the GitHub Enterprise Server app configuration (without private key) for constructing the installation URL

## Response `200`

GHES app configuration

- object
  - `base_url` string, required
  - `app_slug` string, required
  - `client_id` string, required
  - `app_owner` string, nullable

---

[API](https://skmtc.net/windmill/apis/windmill-api.md) · [All operations](https://skmtc.net/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/964225251155/schema)
