Parameters
JSON body
Request body
application/jsonslugstringRequiredBranch slug.
calendarIdstringRequiredCalendar ID to attach.
Sets core__calendar.branch_id = branchId. The calendar must belong to the same organisation. A calendar can only be attached to one branch at a time.
JSON body
slugstringRequiredBranch slug.
calendarIdstringRequiredCalendar ID to attach.
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/branch/attach-calendar
curl -X POST "https://api.bizkithub.com/bff/branch/attach-calendar" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"slug": "example_slug",
"calendarId": "example_calendarId"
}'All BizKitHub public API endpoints require authentication via API key.