/bff/branch/attachable-calendars
Returns calendars currently free (not attached to any branch) plus calendars already attached to this branch. Calendars attached to a different branch are excluded.
BranchgetBffBranchAttachable-calendars
Parameters
1 query
Query · 1
slugstringRequiredBranch slug.
Request
GET /bff/branch/attachable-calendars
curl -X GET "https://api.bizkithub.com/bff/branch/attachable-calendars?slug=example_slug" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": "example_id",
"name": "example_name",
"code": "example_code",
"colorHex": "example_colorHex",
"attachedToBranchId": "example_attachedToBranchId",
"attachedToBranchName": "example_attachedToBranchName"
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.