Returns the org’s custom GitHub App config if configured, or indicates platform default.
cURL
curl --request GET \ --url https://app.usechar.ai/api/org-github-apps/config \ --header 'Authorization: Bearer <token>'
{ "app_id": "<string>", "app_slug": "<string>", "private_key_last4": "<string>", "is_custom": true }
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
OK