Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Returns the repoUrl and branch this organisation used for its most recent successful git import, so the import modal can pre-fill its form. Empty strings when the organisation has never imported.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
repoUrlstringRequiredLast-used GitHub repository URL, or empty string if never imported.
branchstringRequiredLast-used branch override, or empty string when none was specified.
{
"repoUrl": "example_repoUrl",
"branch": "example_branch"
}GET /bff/post/git-import-defaults
curl -X GET "https://api.bizkithub.com/bff/post/git-import-defaults" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.