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
}

Documentation Index

Fetch the complete documentation index at: https://docs.usechar.com/llms.txt

Use this file to discover all available pages before exploring further.

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