Skip to main content
GET
/
organization
/
vcs
/
github
/
credentials
/
status
Error
A valid request URL is required to generate request examples
{
  "exists": true,
  "is_corrupted": false,
  "app_id": "<string>",
  "has_webhook_secret": false,
  "webhook_secret_preview": "<string>",
  "client_id": "<string>",
  "created_at": "<string>"
}

Authorizations

fastapiusersauth
string
cookie
required

Response

200 - application/json

Successful Response

Status of GitHub App credentials.

exists
boolean
required
is_corrupted
boolean
default:false
app_id
string | null
has_webhook_secret
boolean
default:false
webhook_secret_preview
string | null
client_id
string | null
created_at
string | null