Skip to main content
GET
/
org-github-apps
/
config
Get org GitHub App configuration
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
}

Authorizations

Authorization
string
header
required

WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.

Response

OK

app_id
string | null
required
app_slug
string | null
required
private_key_last4
string · null · null
required
is_custom
boolean
required