Skip to main content
GET
Get GitHub sync status

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Path Parameters

api_name
string
required
template_id
string
required

Response

Successful Response

Response with sync status.

connected
boolean
required
sync_status
string | null
last_sync_at
string | null
last_sync_commit
string | null
repo_owner
string | null
repo_name
string | null
branch
string | null
repo_path
string | null
has_conflict
boolean
default:false
error
string | null