Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Fetches and synchronizes Packeta (Zasilkovna) pickup branch points from the Packeta API. Currently syncs Czech locale branches. Runs idempotently -- existing branches are updated, new ones inserted.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
successbooleanRequiredWhether the sync completed successfully.
true{
"success": true
}GET /bff/packeta/sync-branches
curl -X GET "https://api.bizkithub.com/bff/packeta/sync-branches" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.